Anyapi
Freeby MCP Community
A universal MCP server that connects any REST API (via OpenAPI spec) to AI assistants, with GraphQL-style field selection and automatic schema inference.
v2.0.0Added Apr 12, 2026
mcpmodel-context-protocolopenapirest-apiai
Anyapi MCP Server
A universal MCP server that connects any REST API (via OpenAPI spec) to AI assistants, with GraphQL-style field selection and automatic schema inference.
Installation
Reviews
Installation
Quick install
npx -y anyapi-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"anyapi": {
"command": "npx",
"args": ["-y", "anyapi-mcp-server"]
}
}
}