Back to Apps

Kanboard MCP Server
by bivex
Empower AI agents to manage Kanboard projects, tasks, and workflows through natural language.
0 stars
Works in:Cursor
Exposes:Tools
What it does
This server integrates AI assistants with the Kanboard project management system. It transforms natural language commands into Kanboard API calls, allowing agents to automate project setup, task tracking, and user management without manual UI interaction.
Tools
- Project Management:
get_projects,create_project,update_projectfor full lifecycle control. - Task Management:
create_task,update_task,assign_taskfor agile board manipulation. - Comment Management:
create_comment,get_task_commentsfor team communication. - Column/Swimlane Control:
create_column,update_swimlanefor board organization. - User Management:
create_user,assign_project_userfor access control.
Installation
{
"mcpServers": {
"kanboard-mcp": {
"command": "/path/to/kanboard-mcp",
"env": {
"KANBOARD_API_ENDPOINT": "https://your-kanboard-url/jsonrpc.php",
"KANBOARD_API_KEY": "your-api-key"
}
}
}
}
Supported hosts
- claude
- cursor
Quick install
go build -o kanboard-mcp .Information
- Pricing
- free
- Published
- 6/6/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add to ~/.cursor/mcp_config.json with required environment variables.Claude Desktop
Add the compiled binary path and required KANBOARD environment variables to claude_desktop_config.json.





