@aix/kanbn-mcp
Allows integration with VS Code (GitHub Copilot) to manage Kan boards.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@aix/kanbn-mcplist all boards in my workspace"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@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
Via npx (recommended – no installation needed)
npx @aix/kanbn-mcpGlobal install
npm install -g @aix/kanbn-mcp
kanbn-mcpRelated MCP server: Another Planka MCP
Configuration
The server requires the following environment variables:
Variable | Description |
| Base URL of your Kan instance (e.g. |
| 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
Maintenance
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