Transform any OpenAPI/Swagger definition into a fully-featured Model Context Protocol (MCP) server
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"auto-mcp": {
"command": "go",
"args": [
"run",
"github.com/brizzai/auto-mcp@latest"
]
}
}
}
Run in terminal:
claude mcp add auto-mcp go run github.com/brizzai/auto-mcp@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"auto-mcp": {
"command": "go",
"args": [
"run",
"github.com/brizzai/auto-mcp@latest"
]
}
}
}