Generic MCP server that bridges any OpenAPI 3.x REST API to Claude Code — one tool per endpoint, auto-discovered from the spec.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-openapi-bridge": {
"command": "npx",
"args": [
"-y",
"murilojrpereira/mcp-openapi-bridge"
]
}
}
}
Run in terminal:
claude mcp add mcp-openapi-bridge npx -y murilojrpereira/mcp-openapi-bridge
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-openapi-bridge": {
"command": "npx",
"args": [
"-y",
"murilojrpereira/mcp-openapi-bridge"
]
}
}
}