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.
Quick Start
Clone the repository:
git clone https://github.com/ouvreboite/openapi-to-mcpClaude Desktop configuration example:
{
"mcpServers": {
"ouvreboite-openapi-to-mcp": {
"command": "npx",
"args": [
"-y",
"ouvreboite/openapi-to-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.