Skip to content
Grok

ZulipChat MCP Server for Grok

io.github.akougkas/zulipchat

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

client:Grok transport:stdio runtime:pypi

Install ZulipChat MCP Server in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "zulipchat": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "zulipchat-mcp"
      ],
      "env": {
        "ZULIP_EMAIL": "<ZULIP_EMAIL>",
        "ZULIP_API_KEY": "<ZULIP_API_KEY>",
        "ZULIP_SITE": "<ZULIP_SITE>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

ZulipChat MCP Server in other clients