ckanthony/openapi-mcp
OpenAPI-MCP: Dockerized MCP Server to allow your AI agent to access any API with existing api docs.
Quick Start
Clone the repository:
git clone https://github.com/ckanthony/openapi-mcpClaude Desktop configuration example:
{
"mcpServers": {
"openapi-mcp": {
"command": "npx",
"args": [
"-y",
"ckanthony/openapi-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.