Submit

Kanboard Mcp Server

@bivex

A comprehensive MCP server for Kanboard project management that provides tools for managing projects, tasks, users, comments, files, and more through the Kanboard API. Key Features: Project management (create, update, delete, list projects) Task management (create, update, delete, move, search tasks) User management (create, update, delete users) Comment system (create, update, delete comments) File management (upload, download, delete files) Swimlane and column management Tag management Metadata handling Search functionality Supported Kanboard API Methods: 50+ methods covering all major Kanboard functionality Language: Go License: MIT (as shown in your LICENSE.md) Requirements: Built executable (kanboard-mcp.exe for Windows) Kanboard instance with API access API credentials (API key or username/password) This MCP server provides a complete interface to Kanboard's project management capabilities through the Model Context Protocol, making it easy to integrate Kanboard functionality into AI assistants and other MCP-compatible applications.

Tools

Server Config

{
  "mcpServers": {
    "kanboard": {
      "command": "./kanboard-mcp.exe",
      "args": [],
      "env": {
        "KANBOARD_API_ENDPOINT": "https://your-kanboard-url/jsonrpc.php",
        "KANBOARD_API_KEY": "<YOUR_API_KEY>",
        "KANBOARD_USERNAME": "<YOUR_USERNAME>",
        "KANBOARD_PASSWORD": "<YOUR_PASSWORD>"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.