mcp-vibekanban
MCP server that bridges AI coding assistants to Vibe Kanban, enabling task, session, and queue management without leaving the coding environment.
README
MCP server that bridges your AI coding assistant to Vibe Kanban. manage tasks, start sessions, send follow-ups, monitor execution — all without leaving Claude Code, Cursor, Amp, or whatever you're using.
VIBE_PROJECT_ID=<uuid> npx mcp-better-vibe-kanban
locks to a single project at startup so every tool call is zero-boilerplate. no project IDs in every request.
what it does
12 MCP tools and 5 MCP resources exposed over STDIO, HTTP, or Cloudflare Workers.
tools
task management:
| tool | what it does |
|---|---|
get_context |
project name, active task, workspace info |
list_tasks |
filter by status, configurable limit |
create_task |
create with @tag expansion in descriptions |
get_task |
full task details by ID |
update_task |
title, description, status — any combination |
delete_task |
irreversible delete |
session management:
| tool | what it does |
|---|---|
start_workspace_session |
spin up a session for any executor (Claude Code, Amp, Gemini, Codex, Cursor, etc.) |
list_sessions |
all sessions in a workspace |
get_session |
session details by ID |
send_message |
follow-up with auto-queue fallback if session is busy. supports MCP task primitives for async tracking |
monitoring:
| tool | what it does |
|---|---|
get_queue_status |
check if a message is queued |
cancel_queue |
drop the queued message |
resources
| URI | description |
|---|---|
vibe://tasks |
all tasks in the project |
vibe://context |
workspace context (when VIBE_WORKSPACE_ID is set) |
vibe://tasks/{taskId} |
single task details |
vibe://sessions/{sessionId} |
session details |
vibe://sessions/{sessionId}/queue |
queue status |
resources support subscriptions — polls on a configurable interval, emits updates on change via SHA-256 diffing.
install
# run directly
VIBE_PROJECT_ID=<uuid> npx mcp-better-vibe-kanban
# legacy aliases still work
npx vibe-kanban-better-mcp
npx vkb-mcp
or build from source:
git clone https://github.com/yigitkonur/mcp-better-vibe-kanban.git
cd mcp-better-vibe-kanban
pnpm install && pnpm build
requires Node.js 18+ and a running Vibe Kanban instance (default: npx vibe-kanban on port 9119).
configuration
| variable | default | description |
|---|---|---|
VIBE_PROJECT_ID |
— | required. UUID of the project to lock onto |
VIBE_REPO_ID |
auto-detected | repo UUID. auto-fetched if project has exactly one repo |
VIBE_API_URL |
http://localhost:9119 |
Vibe Kanban API base URL |
VIBE_WORKSPACE_ID |
— | enables vibe://context resource and get_context tool |
VIBE_RESOURCE_POLL_INTERVAL |
10000 |
resource subscription poll interval (ms) |
MCP_TRANSPORT |
stdio |
stdio or http |
MCP_PORT |
3000 |
port for HTTP transport |
client setup
Claude Desktop
{
"mcpServers": {
"mcp-better-vibe-kanban": {
"command": "npx",
"args": ["-y", "mcp-better-vibe-kanban"],
"env": {
"VIBE_PROJECT_ID": "your-project-uuid",
"VIBE_REPO_ID": "your-repo-uuid",
"VIBE_API_URL": "http://localhost:9119"
}
}
}
}
Cursor
same structure, drop it in your Cursor MCP config.
HTTP transport
MCP_TRANSPORT=http MCP_PORT=3000 VIBE_PROJECT_ID=<uuid> npx mcp-better-vibe-kanban
health check at GET /health, MCP endpoint at POST /mcp. each HTTP session gets its own isolated server instance.
Cloudflare Workers
wrangler deploy
uses Durable Objects with SQLite migrations. progress notifications and task primitives don't work in the Workers runtime.
transports
| transport | use case | command |
|---|---|---|
| STDIO (default) | Claude Desktop, Cursor, local clients | VIBE_PROJECT_ID=<uuid> npx mcp-better-vibe-kanban |
| HTTP | remote/multi-session | MCP_TRANSPORT=http MCP_PORT=3000 ... |
| Cloudflare Workers | edge deployment | wrangler deploy |
internals
single API client (src/api/client.ts) that uses curl via spawnSync instead of native fetch — works around an ARM64 macOS socket issue where Node.js fetch gets EHOSTUNREACH on LAN IPs. blocks the event loop, but reliable.
src/
index.ts — MCP server factory, transport setup
config.ts — env var loading, UUID validation
tools/
index.ts — all 12 tool definitions (Zod schemas + handlers)
api/
client.ts — VibeClient singleton, curl-based HTTP
types.ts — TypeScript interfaces for API responses
resources.ts — MCP resources, subscription manager with SHA-256 change detection
tasks.ts — MCP task primitive integration (experimental)
utils/
formatter.ts — response formatting
progress.ts — progress notification emitter
worker.ts — Cloudflare Workers entry point (compiled by Wrangler, excluded from tsconfig)
dev
pnpm dev # hot reload via tsx
pnpm build # compile to dist/
pnpm start # run dist/index.js
pnpm clean # remove dist/
license
MIT
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。