baryhuang/mcp-server-any-openapi
A MCP server that enables Claude to discover and call any API endpoint through semantic search. Intelligently chunks OpenAPI specifications to handle large API documentation, with built-in request execution capabilities. Perfect for integrating private APIs with Claude Desktop.
Platform-specific configuration:
{
"mcpServers": {
"mcp-server-any-openapi": {
"command": "npx",
"args": [
"-y",
"mcp-server-any-openapi"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...