HomeCommunication › ZulipChat MCP Server

ZulipChat MCP Server

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

Python
★ 30 stars Last pushed 2026-09-17 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 0.4.2)

uvx zulipchat-mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "zulipchat-mcp": {
      "command": "uvx",
      "args": [
        "zulipchat-mcp"
      ],
      "env": {
        "ZULIP_EMAIL": "<YOUR_VALUE>",
        "ZULIP_API_KEY": "<YOUR_VALUE>",
        "ZULIP_SITE": "<YOUR_VALUE>"
      }
    }
  }
}
  • ZULIP_EMAIL — Your Zulip account email address
  • ZULIP_API_KEY secret — Your Zulip API key
  • ZULIP_SITE — Your Zulip server URL (e.g., https://yourorg.zulipchat.com)

Related servers

Data from the Official MCP Registry