bivex/kanboard-mcp
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 commands into Kanboard API calls, enabling intelligent automation of project, task, and user management, streamlining workflows, and enhancing productivity.
Quick Start
Clone the repository:
git clone https://github.com/bivex/kanboard-mcpClaude Desktop configuration example:
{
"mcpServers": {
"kanboard-mcp": {
"command": "npx",
"args": [
"-y",
"bivex/kanboard-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.