Allow MCP clients like claude-desktop to use rooms to coordinate with other agents
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"
]
}
}
}
Run in terminal:
claude mcp add room-mcp npx -y agree-able/room-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"room-mcp": {
"command": "npx",
"args": [
"-y",
"agree-able/room-mcp"
]
}
}
}