How to Use the KanbanTool MCP in Claude Code
Automate your KanbanTool projects from the terminal. Use Claude Code to run board operations in cron jobs, shell scripts, and CI/CD pipelines.
Works with every AI agent you already use
…and any MCP-compatible client
Connect KanbanTool MCP to Claude Code
Create your Vinkius account to connect KanbanTool to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Integrate KanbanTool into Your CI/CD
This MCP server makes your board an active part of your deployment pipeline. On a successful build, a script in your GitHub Action can call `create_task_card` to generate a new "Deploy to Production" task automatically. If a build fails, your script can find the relevant feature ticket and use `update_task_details` to post the error log directly as a comment. Your team sees the failure right on the KanbanTool board, linked to the work itself.
Script Your Project Reporting
Get daily updates without opening a browser. Write a simple shell script that runs on a cron job. Every morning at 9 AM, it can execute `list_board_tasks` for your team's board and pipe the output to a second command. That second command could check `list_task_activities` for each task to find items that have gone stale. Your script can then format a report and send it to a Slack channel, giving everyone a heads-up on blocked work.
Manage Boards with Command-Line Power
Here's the thing — GUIs are slow for bulk actions. With Claude Code, you can clean house from the command line. Write a script to `archive_task_card` for every card in the 'Done' column that hasn't been touched in 30 days. You can pipe commands together, like using `list_boards` to find a board ID, passing it to `list_board_tasks` to get all tasks, and then using `grep` and `xargs` to operate on a specific subset. It's total, scriptable control over your workflow.
Set up KanbanTool MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seekanbantool-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest KanbanTool transactions." It will automatically discover and invoke the available KanbanTool tools.
claude mcp add --transport http kanbantool-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about KanbanTool MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the KanbanTool MCP today
We host it, we monitor it, we maintain it. You just paste one token.