Zulip MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ZULIP_URL | Yes | Your Zulip instance URL (e.g., https://example.zulipchat.com) | |
| ZULIP_EMAIL | Yes | Your Zulip bot's email address | |
| ZULIP_API_KEY | Yes | Your Zulip bot's API key |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| zulip_list_channelsC | List available channels (streams) in the Zulip organization |
| zulip_post_messageC | Post a new message to a Zulip channel (stream) |
| zulip_send_direct_messageC | Send a direct message to one or more users |
| zulip_add_reactionC | Add an emoji reaction to a message |
| zulip_get_channel_historyC | Get recent messages from a channel (stream) and topic |
| zulip_get_topicsB | Get topics in a channel (stream) |
| zulip_subscribe_to_channelB | Subscribe the bot to a channel (stream) |
| zulip_get_usersB | Get list of users in the Zulip organization |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Monadical-SAS/zulip-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server