The open-source multi-agent chat interface that lets you manage multiple agents in one dynamic conversation and add MCP servers for deep research
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"open-multi-agent-can": {
"command": "npx",
"args": [
"-y",
"CopilotKit/open-multi-agent-canvas"
]
}
}
}
Run in terminal:
claude mcp add open-multi-agent-can npx -y CopilotKit/open-multi-agent-canvas
Add to .cursor/mcp.json:
{
"mcpServers": {
"open-multi-agent-can": {
"command": "npx",
"args": [
"-y",
"CopilotKit/open-multi-agent-canvas"
]
}
}
}