room-mcp

agree-able/room-mcp
★ 22 stars JavaScript 🤖 AI/LLM Updated 18d ago
Allow MCP clients like claude-desktop to use rooms to coordinate with other agents
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": {
    "room-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "agree-able/room-mcp"
      ]
    }
  }
}