Skip to content
Cline

ZulipChat MCP Server for Cline

io.github.akougkas/zulipchat

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

client:Cline transport:stdio runtime:pypi

Install ZulipChat MCP Server in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

ZulipChat MCP Server in other clients