Kanbanger
Freeby MCP Community
This package provides a single MCP server implementation (unified) exposing automation operations over stdio.
v0.0.1Added Apr 12, 2026
Kanbanger MCP Server
This package provides a single MCP server implementation (unified) exposing automation operations over stdio.
Installation
Reviews
Installation
Quick install
npx -y kanbanger-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"kanbanger": {
"command": "npx",
"args": ["-y", "kanbanger-mcp"]
}
}
}