Skip to content
Zed

ZulipChat MCP Server for Zed

io.github.akougkas/zulipchat

ZulipChat MCP: Connect AI to Zulip with 60+ tools for messaging, streams, events, and analytics

client:Zed transport:stdio runtime:pypi

Install ZulipChat 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": {
    "zulipchat": {
      "command": "uvx",
      "args": [
        "zulipchat-mcp"
      ],
      "env": {
        "ZULIP_EMAIL": "<ZULIP_EMAIL>",
        "ZULIP_API_KEY": "<ZULIP_API_KEY>",
        "ZULIP_SITE": "<ZULIP_SITE>"
      }
    }
  }
}

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

ZulipChat MCP Server in other clients