Skip to content

Kanbanger

Free

by MCP Community

This package provides a single MCP server implementation (unified) exposing automation operations over stdio.

v0.0.1Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Kanbanger MCP Server

This package provides a single MCP server implementation (unified) exposing automation operations over stdio.

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y kanbanger-mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "kanbanger": {
      "command": "npx",
      "args": ["-y", "kanbanger-mcp"]
    }
  }
}