Back to MCP Servers

Kanboard

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 manageme…

workplace-productivitygoautomationapiaillmagent

Installation

npx -y kanboard-mcp

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub