SprintOS is the only project management tool that ships a native MCP server — not a community plugin, not a third-party wrapper. Claude, Cursor, Windsurf, and Zed connect directly and manage your board through natural language.
Natural Language Control
Every action you can take in the SprintOS TUI is available to your AI agent. Here's what your team can do from inside Claude or Cursor.
"Generate a sprint for this PRD"
Paste any product requirements doc. Claude creates tasks, assigns story points, and structures a complete sprint in seconds.
"Which tasks are stale for 5+ days?"
Claude scans your entire board, surfaces stuck work items, and suggests the next action for each — without you leaving your editor.
"Assign the auth tasks to Miguel"
Natural-language team management. Claude maps names to team members, assigns tasks, and confirms the changes.
"Summarize yesterday's progress"
Claude reads completed tasks, running timers, and comments to write your standup update automatically.
"Rebalance the sprint — we're overloaded"
Claude analyzes assignee workloads and moves tasks to the backlog or redistributes them across the team.
"Create 10 tasks for the auth module"
Describe a feature in plain English. Claude breaks it into atomic tasks, sets priorities, and adds them to your backlog.
Setup Guide
SprintOS auto-detects your AI tool and writes the config file. No manual JSON editing.
Run this once. The server stays alive as long as SprintOS is running.
$ sprintos mcp SprintOS detects your AI tool and writes the config automatically.
Fully quit and relaunch Claude Desktop, Cursor, Windsurf, or Zed. SprintOS will appear as a connected tool.
{
"mcpServers": {
"sprintos": {
"command": "sprintos",
"args": ["mcp"]
}
}
} {
"sprintos": {
"command": "sprintos",
"args": ["mcp"]
}
} MCP Tool Reference
Every action you can perform in the TUI is exposed as an MCP tool. Your AI agent has full read/write access to your board.
list_projects list_states list_tasks get_task_detail list_members list_overdue_tasks create_task update_task delete_task move_task assign_task add_comment analyze_stale_tasks summarize_project generate_sprint list_organizations Native vs Community
FAQ
Yes. The MCP server is part of the MIT-licensed SprintOS core — free forever, no subscription, no API key.
Yes. The MCP server runs locally as part of the SprintOS binary. No external API calls are made. Your AI agent communicates with your local SprintOS instance.
Yes. The MCP server supports multiple simultaneous connections. Claude Desktop and Cursor can both be connected to the same SprintOS instance.
Any MCP-compatible client: Claude Desktop, Cursor, Windsurf, Zed, and any editor or agent that implements the open MCP standard.
Yes — by design. Your agent can create, update, move, delete tasks, generate sprints, and assign team members. You remain in control via your AI tool's permission model.
Install SprintOS and connect your AI agent in under 2 minutes.