bivex/kanboard-mcp
by Various
A Model Context Protocol (MCP) server written in Go that empowers AI agents and Large Language Models (LLMs) to seamlessly interact with Kanboard. It transforms natural language co
MCP
bivex/kanboard-mcp
Added 1 June 2026
Overview
A Go-based Model Context Protocol server for Kanboard. It allows AI agents to manage projects, tasks, and users through natural language commands translated into Kanboard API calls.
Best for
Best for
Teams already using Kanboard who want to automate workflows through AI assistants
Use cases
- Automating task creation and assignment from chat prompts
- Managing Kanban boards via voice or text commands
- Integrating AI assistants with Kanboard for project updates
How to use
Tools exposed
get_projectscreate_projectget_project_by_idget_project_by_nameget_project_by_identifierget_project_by_emailget_all_projectsupdate_projectremove_projectenable_projectdisable_projectenable_project_public_accessdisable_project_public_accessget_project_activityget_project_activitiesget_taskscreate_taskupdate_taskdelete_taskget_task
Tested with
Cursor, Claude Desktop
Example client config
{\n "mcpServers": {\n "kanboard-mcp-server": {\n "command": "/path/to/your/kanboard-mcp",\n "args": [],\n "env": {\n "KANBOARD_API_ENDPOINT": "https://your-kanboard-url/jsonrpc.php",\n "KANBOARD_API_KEY": "your-kanboard-api-key",\n "KANBOARD_USERNAME": "your-kanboard-username",\n "KANBOARD_PASSWORD": "your-kanboard-password",\n "KANBOARD_USER_APP_ROLES": "app-manager",\n "KANBOARD_USER_PROJECT_ROLES": "1:project-manager"\n }\n }\n }\n} Notes
A Go-based Model Context Protocol server for Kanboard. It allows AI agents to manage projects, tasks, and users through natural language commands translated into Kanboard API calls.
22 stars on GitHub. Last updated 2025-12-12. Licensed MIT.
Use cases
- Automating task creation and assignment from chat prompts
- Managing Kanban boards via voice or text commands
- Integrating AI assistants with Kanboard for project updates
Pros
- Lightweight Go implementation with no external dependencies
- Direct API integration for real-time Kanboard manipulation
- Open source with community contributions
Cons
- Limited to Kanboard; no support for other project management tools
- Requires running a separate MCP server and configuring an AI agent
- Small user base may mean fewer examples and support
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Lightweight Go implementation with no external dependencies
- Direct API integration for real-time Kanboard manipulation
- Open source with community contributions
Cons
- Limited to Kanboard; no support for other project management tools
- Requires running a separate MCP server and configuring an AI agent
- Small user base may mean fewer examples and support
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.