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.
Installation
npx -y bivex/kanboard-mcpConfiguration
Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):
{
"name": "kanboard-mcp",
"command": "npx",
"args": [
"-y",
"bivex/kanboard-mcp"
]
}About This MCP Server
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.
Need More Details?
View the complete documentation, examples, changelog, and more on GitHub
View Full Documentation on GitHub