mcpbeat Sign in

ZulipChat MCP Server

local only

ZulipChat MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 186 installs a week from pypi. Last commit 17 Sep 2026.

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

Installs per day peak 371 · avg 70 · -42% w/w
a month agotoday
186
Installs / week
pypi · zulipchat-mcp
28
Stars
0 open issues
17 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

                eval(self.condition, {"__builtins__": {}}, {"context": context.data})

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add zulipchat -- uvx zulipchat-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "zulipchat": {
      "args": [
        "zulipchat-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.zulipchat]
command = "uvx"
args = ["zulipchat-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "zulipchat": {
      "args": [
        "zulipchat-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "zulipchat": {
      "args": [
        "zulipchat-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: ZULIP_EMAIL (Your Zulip account email address), ZULIP_API_KEY (Your Zulip API key), ZULIP_SITE (Your Zulip server URL (e.g., https://yourorg.zulipchat.com)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to ZulipChat MCP Server

same job, measured the same way
Avito MCP
by elchin92

MCP server for Avito: chats, listings, orders and analytics, with previews and confirmations.

155 installs/wk local only
Lodd MCP Server
by hholen

Headless web analytics for AI agents. 42 MCP tools for traffic, events, funnels.

64 installs/wk local only
Clamp Analytics
by clamp

Clamp Analytics MCP server: traffic, revenue, funnels, cohorts, errors, and search, for AI agents.

answering
Muninx MCP Server
by muninx

Remote MCP server for managing Muninx tickets, messages, ticket search, and support analytics.

answering
Statsig MCP Server
by statsig

MCP server for Statsig API - interact with Statsig's feature flags, experiments, and analytics

answering
Sqlite MCP Server
by neverinfamous

SQLite MCP server with 73 tools for JSONB, full-text search, geospatial, and analytics.

8 installs/wk local only
Umami
by mikusnuz

MCP server for Umami Analytics API v2 — websites, stats, events, reports, and realtime

116 installs/wk local only
Picoli MCP
by amaterous

MCP server for picoli.site - URL shortening and click analytics for AI agents

28 installs/wk local only

ZulipChat MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for ZulipChat MCP Server?
ZulipChat MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package zulipchat-mcp was installed 186 times last week.
How do I connect ZulipChat MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls zulipchat-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use ZulipChat MCP Server?
The pypi package zulipchat-mcp was installed 186 times in the last week. Week over week that is -42%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is ZulipChat MCP Server open source?
Yes — it is published under the MIT licence, written in Python and 28 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.