Skip to content

meta api mcp server for Zed

io.github.savhascelik/meta-api-mcp-server

You can connect any API to LLMs. This enables AI to interact directly with APIs

client:Zed transport:stdio runtime:npm

Install meta api mcp server 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": {
    "meta-api-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "meta-api-mcp-server"
      ],
      "env": {
        "YOUR_API_KEY": "<YOUR_API_KEY>"
      }
    }
  }
}

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

meta api mcp server in other clients