Auto MCP
par brizzai
Instantly transform any OpenAPI/Swagger definition into a fully-featured MCP server with zero boilerplate.
What it does
Auto MCP bridges the gap between existing REST APIs and the Model Context Protocol. It reads a Swagger (OpenAPI v2) or OpenAPI v3 document and dynamically generates MCP routes, allowing AI assistants to interact with any API that has a standard specification without requiring manual wrapper code.
Tools
- Dynamic API Proxy: Automatically maps OpenAPI endpoints to MCP tools based on the provided specification.
- MCP Config Builder: A TUI tool to filter routes and customize endpoint descriptions for better LLM understanding.
Installation
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"auto-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-v",
"/path/to/swagger.json:/server/swagger.json",
"ghcr.io/brizzai/auto-mcp:latest",
"--swagger-file=/server/swagger.json"
]
}
}
}
Supported hosts
- Claude Desktop
Installation rapide
docker run --rm -i -v $(pwd)/swagger.json:/server/swagger.json ghcr.io/brizzai/auto-mcp:latest --swagger-file=/server/swagger.jsonInformations
- Tarification
- free
- Publié
- 4/15/2026
- étoiles






