Skip to main content
Workplace & ProductivityGo

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.

workplace-productivitycloud-servicelocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/bivex/kanboard-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "kanboard-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "bivex/kanboard-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Workplace & Productivity
Language
Go
Author
bivex