Zulipchat
Rank #4,401io.github.akougkas/zulipchat
MCP server providing zulipchat capabilities
Zulipchat is a Model Context Protocol (MCP) server published by akougkas. It ranks #4,401 of 132,113 servers tracked on MCP Toplist, and its repository has 29 GitHub stars. Zulipchat is listed across 4 registries — Official MCP, Smithery, PulseMCP and Glama, with 2 tracked versions. It was first listed on Jun 18, 2025 and most recently updated on Jan 21, 2026.
Ranks ahead of 127,712 of 132,113 servers on MCP Toplist.
Use Zulipchat
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http zulipchat https://server.smithery.ai/akougkas/zulipchat-mcp/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add zulipchat -e "ZULIP_EMAIL=<your ZULIP_EMAIL>" -e "ZULIP_API_KEY=<your ZULIP_API_KEY>" -e "ZULIP_SITE=<your ZULIP_SITE>" -- uvx zulipchat-mcpReplace each placeholder with your own value before saving.
[mcp_servers.zulipchat]
url = "https://server.smithery.ai/akougkas/zulipchat-mcp/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.zulipchat]
command = "uvx"
args = ["zulipchat-mcp"]
[mcp_servers.zulipchat.env]
ZULIP_EMAIL = "<your ZULIP_EMAIL>"
ZULIP_API_KEY = "<your ZULIP_API_KEY>"
ZULIP_SITE = "<your ZULIP_SITE>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://server.smithery.ai/akougkas/zulipchat-mcp/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"zulipchat": {
"command": "uvx",
"args": [
"zulipchat-mcp"
],
"env": {
"ZULIP_EMAIL": "<your ZULIP_EMAIL>",
"ZULIP_API_KEY": "<your ZULIP_API_KEY>",
"ZULIP_SITE": "<your ZULIP_SITE>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"zulipchat": {
"url": "https://server.smithery.ai/akougkas/zulipchat-mcp/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"zulipchat": {
"command": "uvx",
"args": [
"zulipchat-mcp"
],
"env": {
"ZULIP_EMAIL": "<your ZULIP_EMAIL>",
"ZULIP_API_KEY": "<your ZULIP_API_KEY>",
"ZULIP_SITE": "<your ZULIP_SITE>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"zulipchat": {
"type": "http",
"url": "https://server.smithery.ai/akougkas/zulipchat-mcp/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"zulipchat": {
"type": "stdio",
"command": "uvx",
"args": [
"zulipchat-mcp"
],
"env": {
"ZULIP_EMAIL": "<your ZULIP_EMAIL>",
"ZULIP_API_KEY": "<your ZULIP_API_KEY>",
"ZULIP_SITE": "<your ZULIP_SITE>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"zulipchat": {
"serverUrl": "https://server.smithery.ai/akougkas/zulipchat-mcp/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"zulipchat": {
"command": "uvx",
"args": [
"zulipchat-mcp"
],
"env": {
"ZULIP_EMAIL": "<your ZULIP_EMAIL>",
"ZULIP_API_KEY": "<your ZULIP_API_KEY>",
"ZULIP_SITE": "<your ZULIP_SITE>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"zulipchat": {
"url": "https://server.smithery.ai/akougkas/zulipchat-mcp/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"zulipchat": {
"command": "uvx",
"args": [
"zulipchat-mcp"
],
"env": {
"ZULIP_EMAIL": "<your ZULIP_EMAIL>",
"ZULIP_API_KEY": "<your ZULIP_API_KEY>",
"ZULIP_SITE": "<your ZULIP_SITE>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.akougkas%2Fzulipchat)<a href="https://mcptoplist.com/server/io.github.akougkas%2Fzulipchat"><img src="https://mcptoplist.com/badge/io.github.akougkas%2Fzulipchat.svg" alt="MCP Toplist: Top 5% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
akougkas
Other servers by akougkas
View all akougkas servers →Available versions (2)
| Version | Published |
|---|---|
| 0.4.2 | Jan 21, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Zulipchat?
- Zulipchat is maintained by akougkas, which publishes 2 MCP servers (4 total versions) tracked on MCP Toplist.
- Is Zulipchat listed on the Official MCP Registry?
- Yes — Zulipchat is listed on the Official MCP Registry, alongside Smithery, PulseMCP and Glama.
- How many versions does Zulipchat have?
- MCP Toplist tracks 2 versions of Zulipchat, most recently published on Jan 21, 2026.
- Where can I find the source code for Zulipchat?
- The source code for Zulipchat is hosted at github.com/akougkas/zulipchat-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.