Skip to content

Summary

Shortcut's hosted MCP server: find, create and update stories, epics, iterations and docs from Claude, Cursor or VS Code, authorised by OAuth rather than an API token.

Features

  • About 73 tools across stories, epics, iterations, milestones, projects, labels, workflows and members
  • Read, write, delete and archive operations, not just search
  • Hosted remote server at https://mcp.shortcut.com/mcp — nothing to run locally
  • OAuth authorisation, so no Shortcut API token to create or store
  • Connects from Claude, Cursor (~/.cursor/mcp.json) and VS Code (mcp.json)

Installation

Set up this MCP server in your favorite AI agent — copy a ready-made configuration below.

Any MCP-compatible agent

Most agents (Claude, Cursor, Windsurf, VS Code, and more) read a standard mcpServers configuration.

  1. Open your agent's MCP configuration file.
  2. Merge the snippet below into it.
  3. Restart the agent — the "Shortcut MCP Server" tools will be available.
{
  "mcpServers": {
    "shortcut-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.shortcut.com/mcp"
      ]
    }
  }
}

Description

Shortcut is the issue tracker a lot of product teams moved to for its story/epic/iteration model, and this is the company's official MCP server for it. The point of it is closing the loop that usually needs a human: an agent reads the story, understands what is broken, writes the fix, and marks the story complete without anyone copying a ticket ID between two windows.

It exposes Shortcut's project-management API as a broad tool surface — roughly 73 tools covering stories, epics, iterations, milestones, projects, labels, workflows, members and linked files, with read, write, delete and archive operations. Story management covers get, search, create and update; iteration management covers get, search and create plus retrieving the stories inside an iteration.

Shortcut has consolidated on a hosted remote server at https://mcp.shortcut.com/mcp, and authorisation is OAuth — there is no API token to mint, store or rotate, and the first use prompts you to authorise against your Shortcut account. Claude installs it as a connector; Cursor takes the URL in ~/.cursor/mcp.json; VS Code takes it as an http server in mcp.json.

The original self-hosted @shortcut/mcp npm package (MIT, useshortcut/mcp-server-shortcut) is still on the registry but its repository is now archived for historical reference — new work goes into the remote server, so point new installations at the hosted URL rather than the package.

Related MCP Servers

MCP: Vanta

by Vanta

New

Vanta's official remote MCP server — query controls, tests, vendors, vulnerabilities and policies across SOC 2 and ISO 27001, and remediate failing tests from your agent.

New

Attio's official hosted MCP server — search, read and write your CRM records, lists, notes, tasks, meetings and emails from any MCP client over OAuth.

2 views

MCP: Fireflies.ai

by Fireflies.ai

Featured

Fireflies.ai's official remote MCP server — 19 tools for searching meeting transcripts and summaries, pulling action items and analytics, and cutting soundbites from recorded calls.

5 views

MCP: ClickUp

by ClickUp

Featured

ClickUp's official remote MCP server — around 40 tools across tasks, search, Docs, Chat and time tracking, over OAuth 2.1 with PKCE.

2 views
Browse all MCP servers →