@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.
@aixlab/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 @aixlab/kanbn-mcpGlobal install
npm install -g @aixlab/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", "@aixlab/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", "@aixlab/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.
Related MCP Servers
- Alicense-qualityDmaintenanceA Model Context Protocol server that provides AI assistants with structured access to kanban board functionality for managing tasks, columns, labels, and sprints.Last updated182MIT
- Flicense-qualityDmaintenanceAn MCP server that enables AI assistants to interact with self-hosted Planka boards through the Planka REST API. It allows users to list, search, create, and update projects, boards, and cards using natural language.Last updated2
- AlicenseAqualityCmaintenanceAn MCP server that connects AI assistants to Kanban Tool for reading and managing boards, tasks, and workflows via natural language.Last updated26MIT
- Alicense-qualityDmaintenanceAn MCP server that provides a database-backed kanban board with 40+ tools for AI agents to track issues, features, todos, epics, and diary entries across projects, including status workflows, relationships, and semantic search.Last updated77MIT
Related MCP Connectors
An MCP server that integrates with Discord to provide AI-powered features.
MCP server for generating rough-draft project plans from natural-language prompts.
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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