Skip to content
Zed

mcp z api for Zed

io.github.codespar/mcp-z-api

MCP server for Z-API — WhatsApp messaging, contacts, media

client:Zed transport:stdio runtime:npm

Install mcp z api 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": {
    "mcp-z-api": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-z-api"
      ],
      "env": {
        "ZAPI_TOKEN": "<ZAPI_TOKEN>"
      }
    }
  }
}

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

mcp z api in other clients