
Security News
Meet Socket at Black Hat Europe and BSides London 2025
Socket is heading to London! Stop by our booth or schedule a meeting to see what we've been working on.
kanbanflow-mcp-server
Advanced tools
Model Context Protocol (MCP) server for KanbanFlow - manage boards, tasks, and workflows from Cursor/Claude
A Model Context Protocol (MCP) server for KanbanFlow - manage your boards, tasks, and workflows directly from Cursor/Claude.
# Install globally
npm install -g kanbanflow-mcp-server
# Auto-setup in any project
cd your-project
kanbanflow-mcp-server --setup
Enter your KanbanFlow API token when prompted, restart Cursor, and you're done! 🎉
# Clone and build
git clone <this-repo>
cd kanbanflow-mcp-server
npm install && npm run build
# Auto-setup (works here too!)
kanbanflow-mcp-server --setup
Or manually add to your .cursor/mcp.json:
{
"mcpServers": {
"kanban-flow": {
"command": "node",
"args": ["/path/to/kanbanflow-mcp-server/build/index.js"],
"env": {
"KANBAN_API_TOKEN": "your_api_token_here"
}
}
}
}
Get your KanbanFlow API token from kanbanflow.com/api
get-board - Get your board structure and column IDsget-all-tasks - See all tasks across all columnscreate-task - Create new tasksget-tasks - Get tasks from a specific columnget-task-details - Get detailed task informationupdate-task - Update task properties (name, column, color, etc.)add-subtask - Add a subtask to any taskupdate-subtask-by-position - Update subtasks by positionadd-subtasks - Add multiple subtasks at oncecreate-task-with-subtasks - Create task + subtasks in one goadd-label - Add labels to tasksupdate-label - Update existing labelsset-task-due-date - Set due datesupdate-custom-field - Update custom field valuesadd-comment - Add comments to tasksupdate-comment - Update existing commentsAsk Claude things like:
# Build
npm run build
# Test (requires KANBAN_API_TOKEN env var)
npm run dev
MIT License - see LICENSE file.
Need help? Open an issue!
FAQs
Model Context Protocol (MCP) server for KanbanFlow - manage boards, tasks, and workflows from Cursor/Claude
The npm package kanbanflow-mcp-server receives a total of 0 weekly downloads. As such, kanbanflow-mcp-server popularity was classified as not popular.
We found that kanbanflow-mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Socket is heading to London! Stop by our booth or schedule a meeting to see what we've been working on.

Security News
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.