What is the Apis Guru MCP server?
APIs.guru MCP — keyless directory of 2,500+ public APIs and their OpenAPI specs.
How to install Apis Guru
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"apis-guru": {
"url": "https://gateway.pipeworx.io/apis-guru/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"apis-guru": {
"serverUrl": "https://gateway.pipeworx.io/apis-guru/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"apis-guru": {
"type": "http",
"url": "https://gateway.pipeworx.io/apis-guru/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"apis-guru": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://gateway.pipeworx.io/apis-guru/mcp"
]
}
}
}Claude Code
claude mcp add --transport http apis-guru https://gateway.pipeworx.io/apis-guru/mcp