CalmBoard MCP for Claude Desktop
io.github.dalvaren/calmboard
AI agents use CalmBoard MCP to access board data, tasks, insights, and project workflows.
client:Claude Desktop
transport:streamable-http
Install CalmBoard MCP in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"calmboard": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://calmboard.ai/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs