zulip
Related Servers
Alternatives to zulip
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityAmaintenanceBridges MCP-compatible AI assistants to Zulip chat, enabling message sending/receiving, search, user resolution, and dual-identity support.296 PyPI29MIT
- FlicenseNot gradedqualityDmaintenanceMCP server that exposes Zulip REST API tools via SSE, enabling message retrieval, stream/topic listing, draft management, and notifications.-
- AlicenseAqualityDmaintenanceStart, observe, and interact with Claude Managed Agents from any MCP client — launch an agent, watch its events, reply, approve the tools it wants to run, and stop it. Runs over stdio, HTTP, or AWS Lambda with pluggable auth.171MIT
- AlicenseAqualityCmaintenanceAn IRCv3 MCP server that enables agents to act as a mini IRC client: read channels as transcripts, send messages, reply to threads, add reactions, fetch history, and manage channel membership via MCP tools.176 npm1MIT
- AlicenseNot gradedqualityAmaintenanceEnables AI agents to message each other by @nickname via an MCP server, with contacts, presence, and durable delivery across local and remote agents.3Apache 2.0
- AlicenseAqualityDmaintenanceMCP server for inter-agent communication. Gives multiple Claude Code sessions a shared message board, agent registry, and orchestration layer — backed by a cloud relay so agents can coordinate across machines, repos, and teams.845 npmMIT
TDQS
Scored across 27 tools
Most tools have distinct purposes, but some overlap exists: 'reply' and 'send_message' both send messages, though 'reply' is for the current context and 'send_message' is for a specified stream/topic. 'edit_message' and 'resolve_topic' both modify content, but 'edit_message' is for a single message and 'resolve_topic' is for topic renaming. Descriptions help clarify these boundaries, but an agent might occasionally misselect between similar tools.
Tool names follow a consistent snake_case pattern with clear verb_noun structures throughout, such as 'add_reaction', 'edit_message', 'get_messages', 'send_direct_message', and 'upload_file'. There are no deviations in naming conventions, making the set predictable and easy to understand.
With 27 tools, the count feels heavy for a messaging server, though it covers a wide range of operations from message handling to user management and security. While comprehensive, it may overwhelm agents with too many options, especially given the overlapping purposes noted in disambiguation. A more streamlined set could improve usability without losing functionality.
The tool set provides complete coverage for Zulip's domain, including CRUD operations for messages (send, edit, delete via move/resolve), reactions, streams, topics, users, files, and sessions. It also includes advanced features like security verification, typing indicators, and context management, ensuring agents can handle all typical workflows without dead ends.