Skip to main content
Glama

@aix/kanbn-mcp

An MCP (Model Context Protocol) server for the Kan Kanban API. Allows AI assistants like Claude, Cursor, and others to interact with your Kan boards directly.

Installation

npx @aix/kanbn-mcp

Global install

npm install -g @aix/kanbn-mcp
kanbn-mcp

Related MCP server: Another Planka MCP

Configuration

The server requires the following environment variables:

Variable

Description

API_BASE_URL

Base URL of your Kan instance (e.g. https://kan.example.com/api)

BEARER_TOKEN_AUTHORIZATION

Your Kan API key

You can set these in a .env file or pass them directly as environment variables.

Usage with Claude Desktop

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "kan": {
      "command": "npx",
      "args": ["-y", "@aix/kanbn-mcp"],
      "env": {
        "API_BASE_URL": "https://kan.example.com/api",
        "BEARER_TOKEN_AUTHORIZATION": "your-api-key-here"
      }
    }
  }
}

Usage with VS Code (GitHub Copilot)

Add this to your .vscode/mcp.json:

{
  "servers": {
    "kan": {
      "command": "npx",
      "args": ["-y", "@aix/kanbn-mcp"],
      "env": {
        "API_BASE_URL": "https://kan.example.com/api",
        "BEARER_TOKEN_AUTHORIZATION": "your-api-key-here"
      }
    }
  }
}

License

MIT

Install Server
A
license - permissive license
B
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/AixLabTech/kanbn-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server