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
By bivex
Installation
npx -y kanboard-mcpConfiguration
{
"mcpServers": {
"kanboard-mcp": {
"command": "npx",
"args": ["-y", "kanboard-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes