code execution
Openapi To Mcp
Lightweight MCP server to access any API using their OpenAPI specification. Supports OAuth2 and full JSON schema parameters and request body.
cloud
code execution
Installation
npx -y ouvreboite/openapi-to-mcpConfiguration
Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):
{
"name": "openapi-to-mcp",
"command": "npx",
"args": [
"-y",
"ouvreboite/openapi-to-mcp"
]
}About This MCP Server
ouvreboite/openapi-to-mcp
Lightweight MCP server to access any API using their OpenAPI specification. Supports OAuth2 and full JSON schema parameters and request body.
Need More Details?
View the complete documentation, examples, changelog, and more on GitHub
View Full Documentation on GitHub