anyapi-mcp

gabrielbauman/anyapi-mcp
★ 0 stars TypeScript 💻 Code/Dev Tools Updated today
One MCP server for almost any HTTP API (OpenAPI, GraphQL, SOAP/WSDL) - the model drives a typed client by writing code.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "anyapi-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "gabrielbauman/anyapi-mcp"
      ]
    }
  }
}

README Excerpt

**anyapi-mcp is one local MCP server that lets your model talk to almost any HTTP API.** Add it once to Claude Code or Claude Desktop, then point it at any API you find (an OpenAPI spec, a GraphQL endpoint, or a SOAP/WSDL service) and your model can search and call it right away. No separate server or custom

Tools (1)

never