mcp-scrumwise
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-scrumwiseshow me all projects and their backlog items"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-scrumwise
MCP server that exposes the Scrumwise API as tools. 95 API methods covering projects, backlog items, tasks, sprints, releases, time tracking, and more.
Usage
SCRUMWISE_EMAIL="your-email" SCRUMWISE_API_KEY="your-api-key" \
bun x -y mcp-scrumwiseGenerate an API key in Scrumwise under Settings → Your company account → API keys.
Related MCP server: Redmine MCP Server
Tools
All Scrumwise API methods are exposed as individual MCP tools with input schemas and descriptions. No trimming — the full API surface is available.
Read
getData— retrieve projects, people, backlog items, etc.getDataVersion— check if data has changedgetTimeEntries— query time logsgetAttachmentFileContents/getFileContents
Create
addProject,addBacklogItem,addTask,addSprint,addReleaseaddComment,addAttachment,addChecklist,addMessageaddPerson,addTag,addTimeEntry,addRelationship
Update
setBacklogItemName,setBacklogItemDescription,setBacklogItemEstimate, etc.setSprintDates,setSprintName,setReleaseDates,setReleaseNamesetTaskName,setTaskEstimate,setTaskAssignedPersonIDsetTimeEntryUsedTime,setCommentTextsetCustomFieldValue40+ more
set*methods for every property
Delete
deleteBacklogItem,deleteTask,deleteSprint,deleteReleasedeleteComment,deleteTag,deleteTimeEntry,deleteRelationship
Assign / Move
assignBacklogItemToSprint,assignBacklogItemToRelease,assignBacklogItemToKanbanBoardmoveBacklogItemToBacklogList,moveTaskToBoardColumn
Configuration
Variable | Required | Description |
| Yes | Your Scrumwise user email |
| Yes | API key from Scrumwise settings |
Development
git clone https://github.com/mkh/mcp-scrumwise
cd mcp-scrumwise
bun install
bun run build
SCRUMWISE_EMAIL=x SCRUMWISE_API_KEY=y bun run dist/index.jsLicense
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
An MCP server that provides access to Testiny projects, test cases and test runs
MCP server for Product Management
Agile project management over MCP: boards, epics, roadmap, retros, whiteboards, wiki, metrics
- TimequipOAuthcom.timequip
Manage Timequip projects, tasks, comments, members, and dashboards through MCP.
Related MCP Servers
- AlicenseAqualityDmaintenanceExposes the OpenProject REST API as MCP tools for project management, including creating and managing projects, work packages, relations, attachments, users, notifications, watchers, boards, and reference data.3730 npmMIT
- AlicenseBqualityDmaintenanceMCP server for Redmine project management, enabling tools for managing projects, issues, users, time entries, groups, memberships, versions, wiki, news, attachments, search, and Agile sprints via the Redmine REST API.897 npm1MIT
- AlicenseNot gradedqualityCmaintenanceA Scrum-aware MCP server that provides semantic analysis of Jira issues, sprint health, and Agile workflow intelligence, returning structured summaries and recommendations instead of raw Jira payloads.5MIT
- FlicenseBqualityDmaintenanceMCP server to interact with the Shortcut project management API, providing 73 tools for managing stories, epics, iterations, milestones, projects, and more.73-