Shortcut is a project management platform that provides an MCP server to connect with AI tools like Cursor and Claude Code, enabling AI teammates to assist with tasks, PRs, and progress tracking.
project managementissue trackingsprintsroadmapsAIintegrationssoftware developmentcontext
Installation & Configuration
{
"mcpServers": {
"shortcut": {
"command": "npx",
"args": [
"-y",
"shortcut-mcp"
]
}
}
}