kanboard-mcp

bivex/kanboard-mcp
★ 21 stars Go 🤖 AI/LLM Updated 27d ago
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.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "kanboard-mcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/bivex/kanboard-mcp@latest"
      ]
    }
  }
}

Topics

ai-agentgojson-rpckanboardllm-integrationmcpproductivity-toolsworkflow-automation