Markboard for Claude Desktop
work.markboard/markboard
Read and update Markboard kanban boards: cards, checklists, labels, comments and files.
client:Claude Desktop
transport:streamable-http
Install Markboard in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"markboard": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://markboard.work/api/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