zulook

nikomatsakis/zulook
★ 5 stars Rust 🤖 AI/LLM Updated 1mo ago
Zulip MCP server / ACP agent mod
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "zulook": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "zulook"
      ]
    }
  }
}