Zulip MCP Server
JSON →Interact with Zulip workspaces using the Zulip API.
Install
npx
```json Tools · 8
- zulip_list_channels List available channels (streams) in the Zulip organization
- zulip_post_message Post a new message to a Zulip channel (stream)
- zulip_send_direct_message Send a direct message to one or more users
- zulip_add_reaction Add an emoji reaction to a message
- zulip_get_channel_history Get recent messages from a channel (stream) and topic
- zulip_get_topics Get topics in a channel (stream)
- zulip_subscribe_to_channel Subscribe the bot to a channel (stream)
- zulip_get_users Get list of users in the Zulip organization
Environment variables
ZULIP_API_KEYZULIP_URL
Links
★ 10 GitHub stars