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.
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.
pip install mcp-server-any-openapiAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"baryhuang-mcp-server-any-openapi-github": {
"command": "uvx",
"args": [
"pip install mcp-server-any-openapi"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from any openapi?"
No configuration required. This server works out of the box.
"What resources are available in any openapi?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in any openapi"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in any openapi with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.