- Kanbaruu
Kanbaruu
Kanbaruu MCP
Kanbaruu exposes a remote, workspace-bound MCP server so external agents can read your project data and perform a limited set of write actions — without using your browser session.
- Transport: Streamable HTTP
- URL:
https://www.kanbaruu.com/api/mcp - Auth:
Authorization: Bearer <YOUR_KANBARUU_MCP_TOKEN>(one token = one user, one workspace)
Setup
{
"mcpServers": {
"kanbaruu": {
"url": "https://www.kanbaruu.com/api/mcp",
"headers": {
"Authorization": "Bearer YOUR_KANBARUU_MCP_TOKEN"
}
}
}
}
Create a token in Dashboard → Account settings → MCP Access, then connect Claude Desktop, Claude Code, Cursor, Codex, VS Code, Zed, Gemini CLI, and more. Quick install:
npx kanbaruu-mcp init --client claude --token KBR_xxx
Tools
Read: list_workspace_projects, get_project, list_project_columns, list_project_tasks, get_task, list_project_members
Write: create_task, update_task, delete_task, update_project_member_role
Scopes are granular (tasks:read, tasks:write, tasks:delete, project_members:read, project_members:write) so you grant only what the client needs.
Full docs: https://www.kanbaruu.com/guide/mcp
Server Config
{
"mcpServers": {
"kanbaruu": {
"url": "https://www.kanbaruu.com/api/mcp",
"headers": {
"Authorization": "Bearer YOUR_KANBARUU_MCP_TOKEN"
}
}
}
}Recommend Servers
View AllA Serper MCP Server
高德地图官方 MCP Server
Write notes to Flomo