Windsurf is an environment for building AI agents. Connecting it to the Shortcut MCP Server gives your agent access to your Shortcut data, allowing it to create, update, and manage Stories and Epics based on what’s happening in development.
How to Setup
See the official Windsurf docs for more information.
- Open the MCP settings from the Cascade panel, or open
~/.codeium/windsurf/mcp_config.jsondirectly. - Add the Shortcut MCP server with the hosted server URL:
{
"mcpServers": {
"shortcut": {
"serverUrl": "https://mcp.shortcut.com/mcp"
}
}
}
- Restart Windsurf.
- Follow the authorization prompt to authenticate with your Shortcut workspace.
Authentication is handled with OAuth. You do not need to create or store a Shortcut API token.
