MCP server for ScrumDo boards — connect any AI tool directly to your board
Project description
scrumdo-mcp
Connect any MCP-compatible AI tool (Claude Code, Cursor, Windsurf, and others) directly to your ScrumDo boards.
Once installed, your AI assistant can read cards, move them, create tasks, post comments, and search across your board — without you copy-pasting anything.
Installation
pip install scrumdo-mcp
Cursor quick-start
1 — Install
# To run the server only:
pip install scrumdo-mcp
# To run tests too:
git clone https://github.com/ScrumDoLLC/scrumdo-mcp.git
cd scrumdo-mcp
pip install -e ".[dev]"
pytest tests/ -v
2 — Get your token
Log in to ScrumDo → your org → Settings → API Tokens → Create Token. Copy it — shown once only.
3 — Add to ~/.cursor/mcp.json
{
"mcpServers": {
"scrumdo": {
"command": "scrumdo-mcp",
"env": {
"SCRUMDO_TOKEN": "your-token-here",
"SCRUMDO_ORG": "your-org-slug",
"SCRUMDO_PROJECT": "your-default-project-slug"
}
}
}
}
Your org and project slugs are the short names in your board URL:
app.scrumdo.com/my-company/engineering
4 — Restart Cursor
Done. In any Cursor chat you can now ask:
- "What cards are in the current sprint?"
- "Move ENG-42 to In Review"
- "Add a comment to ENG-42: PR is up for review"
- "List all cards assigned to me"
Setup
Step 1 — Get your token
Log in to ScrumDo → your organization → Settings → API Tokens → Create Token.
Copy the token — it is only shown once. This is your personal key; keep it private.
Step 2 — Configure your AI tool
Find your tool's MCP config file and add the scrumdo server entry:
| Tool | Config file |
|---|---|
| Claude Code | ~/.claude/claude.json |
| Cursor | ~/.cursor/mcp.json |
| Windsurf | ~/.codeium/windsurf/mcp_config.json |
{
"mcpServers": {
"scrumdo": {
"command": "scrumdo-mcp",
"env": {
"SCRUMDO_TOKEN": "your-token-here",
"SCRUMDO_ORG": "your-org-slug",
"SCRUMDO_PROJECT": "your-default-project-slug"
}
}
}
}
Your org slug and project slug are the short names in your board URL:
app.scrumdo.com/my-company/engineering
Step 3 — Restart your AI tool
Done. Your AI assistant now has direct access to your board.
What you can do
Once connected, just talk to your AI tool naturally:
"What's the status of ENG-42?"
"Move ENG-42 to In Review and add a comment saying the PR is up"
"List all cards assigned to me in the current sprint"
"Create a sub-task on ENG-42: write release notes"
"Search for cards about the login bug"
"What did the team work on this week?"
"Block ENG-42 — waiting on design approval"
"Move ENG-42 to the Sprint 14 iteration"
"Set the due date on ENG-42 to 2026-04-30"
"Assign ENG-42 to Sarah"
Available tools (45 total)
| Group | Tools |
|---|---|
| Boards | list_boards, get_board, get_board_cells, list_iterations, list_labels, list_epics |
| Cards | list_cards, get_card, find_card, create_card, update_card, move_card, move_card_to_iteration, set_card_field, archive_card, assign_card, add_card_label, remove_card_label |
| Blockers | list_blockers, block_card, unblock_card |
| Tasks | list_tasks, create_task, complete_task, reopen_task, update_task, delete_task |
| Comments | list_comments, add_comment, delete_comment |
| Fields | list_custom_fields, get_card_field, get_all_card_fields |
| Members | list_members, find_member |
| Search | search_cards, search_by_field_value |
| Activity | log_activity, get_activity_log, get_workspace_activity |
| Webhooks | list_webhooks, create_webhook, delete_webhook |
| Time | list_time_entries, log_time |
Environment variables
| Variable | Default | Description |
|---|---|---|
SCRUMDO_TOKEN |
— | Required. API token from Settings → API Tokens |
SCRUMDO_BASE_URL |
https://app.spryng.io |
API base URL |
SCRUMDO_ORG |
— | Your organization slug |
SCRUMDO_PROJECT |
— | Default project slug |
Token scope
Your API token is restricted to your organization's board data only — cards, tasks, comments, members, iterations. It cannot access billing, account settings, or any other organization's data. Revoke it at any time from Settings → API Tokens.
What is MCP?
Model Context Protocol is an open standard for connecting AI tools to external services. Claude Code, Cursor, Windsurf, and other AI editors support it natively. Install the server once; any MCP-compatible tool can use it.
License
MIT
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file scrumdo_mcp-0.2.8.tar.gz.
File metadata
- Download URL: scrumdo_mcp-0.2.8.tar.gz
- Upload date:
- Size: 19.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2be1959b1249621c0bfd9e235632c8bc445a12e0ac71bd1ca7a98b844e61016c
|
|
| MD5 |
91a06a87e2a08de32be3fbf9d0464189
|
|
| BLAKE2b-256 |
e171eca28cf7d00575c11a22e6555cad2947b58a8422d13988bb6f2be5be3dd9
|
File details
Details for the file scrumdo_mcp-0.2.8-py3-none-any.whl.
File metadata
- Download URL: scrumdo_mcp-0.2.8-py3-none-any.whl
- Upload date:
- Size: 26.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7cf59c1f0f2017d8d90660440b9ba8eb454966fc10d92633c7bf6c014df7d73e
|
|
| MD5 |
3113c6e201afc261debbbcf31eb92918
|
|
| BLAKE2b-256 |
71d6d41959197493d21dd8ff38ae107efadcc17b1bc5dec16894d3ee5f7087ef
|