Skip to content
Zed

apiany mcp for Zed

io.github.ailingqu/apiany-mcp

APIAny MCP server for model discovery, pricing, docs, and integration examples.

client:Zed transport:stdio runtime:npm

Install apiany mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "apiany-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@apiany-ai/mcp"
      ],
      "env": {
        "APIANY_BASE_URL": "<APIANY_BASE_URL>",
        "APIANY_API_KEY": "<APIANY_API_KEY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

apiany mcp in other clients