MCP.so
Sign In
Servers
K

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.

Add this server to your MCP-compatible client using the configuration below.

{
  "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>"
      }
    }
  }
}

More from Other