Back to directory
@shortcut/mcp

@shortcut/mcp

@useshortcut98

An MCP server that integrates with Shortcut, a project management tool, to provide project context and information to large language models.

project managementworkflowissue trackingcontext

Installation & Configuration

{
  "mcpServers": {
    "shortcut": {
      "command": "npx",
      "args": [
        "-y",
        "@shortcut/mcp@latest"
      ],
      "env": {
        "SHORTCUT_API_TOKEN": "<YOUR_SHORTCUT_API_TOKEN>"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2025/3/10
Updated
2026/6/8