@Aix/Kanbn
БесплатноНе проверенAn MCP server that enables AI assistants to interact with Kan boards through the Kanban API, allowing tasks like viewing and managing boards via natural languag
Описание
An MCP server that enables AI assistants to interact with Kan boards through the Kanban API, allowing tasks like viewing and managing boards via natural language.
README
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-mcp
Global install
npm install -g @aixlab/kanbn-mcp
kanbn-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", "@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
Установка @Aix/Kanbn
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/AixLabTech/kanbn-mcpFAQ
@Aix/Kanbn MCP бесплатный?
Да, @Aix/Kanbn MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для @Aix/Kanbn?
Нет, @Aix/Kanbn работает без API-ключей и переменных окружения.
@Aix/Kanbn — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить @Aix/Kanbn в Claude Desktop, Claude Code или Cursor?
Открой @Aix/Kanbn на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare @Aix/Kanbn with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
