1.0.0 • Published 4h agoCLI
thinkncollab-mcp
Licence
MIT
Version
1.0.0
Deps
0
Size
13 kB
Vulns
0
Weekly
0
ThinkNCollab Model Context Protocol (MCP) Server
Connect Claude Desktop, Cursor, ChatGPT, and AI agents directly to your ThinkNCollab project boards for automated PRD breakdown, task creation, and team collaboration.
Quick Start with npx
{
"mcpServers": {
"thinkncollab": {
"command": "npx",
"args": ["-y", "thinkncollab-mcp"],
"env": {
"THINKNCOLLAB_TOKEN": "<YOUR_API_TOKEN>",
"THINKNCOLLAB_BOARD_ID": "<YOUR_BOARD_ID>",
"THINKNCOLLAB_API_URL": "https://thinkncollab.com"
}
}
}
}
Available Tools
thinkncollab_plan_and_create_tasks: Decompose feature PRDs into structured tasks.thinkncollab_create_task: Create a single task with acceptance criteria.thinkncollab_get_board_state: Fetch live backlog and board columns.thinkncollab_update_task_spec: Update task descriptions and criteria.thinkncollab_auto_assign_tasks: Distribute tasks among team members.thinkncollab_add_comment: Post review and architecture notes.thinkncollab_complete_task: Mark tasks done with verification comments.
License
MIT