Overview
Connect Cursor to Shortcut through the hosted Shortcut MCP Server. Cursor can then use Shortcut context while planning, writing, and reviewing code.
Installation
- Open or create
~/.cursor/mcp.json. For a project-only connection, use<project-root>/.cursor/mcp.json. - Add the Shortcut server:
{
"mcpServers": {
"shortcut": {
"url": "https://mcp.shortcut.com/mcp"
}
}
}
- Restart Cursor.
- Follow the authorization prompt the first time Cursor connects to Shortcut.
Authentication is handled with OAuth. You do not need to create or store a Shortcut API token.
Use Shortcut from Cursor
In Cursor chat, ask for the Story or Epic context you need, for example:
- “Open Shortcut Story 12345 and create an implementation plan.”
- “Find Stories related to this repository.”
- “Add a comment to Story 12345 summarizing these changes.”
For available entities and troubleshooting, see MCP Server.