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
0
View on GitHub

Installation

npx -y ouvreboite/openapi-to-mcp

Configuration

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.

GitHub: https://github.com/ouvreboite/openapi-to-mcp

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub