Back to MCP Servers
Zulipmcp
Run AI agents in Zulip as @mentionable bots — or wire into any MCP client. Real-time listening, session management, file handling.
communicationaiagent
By windborne
Installation
npx -y zulipmcpConfiguration
{
"mcpServers": {
"zulipmcp": {
"command": "npx",
"args": ["-y", "zulipmcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes