Integrations
Claude Code

Claude Code
Integration

Overview

Claude Code is an AI coding assistant that can understand, write, and edit code in context. When connected to the Shortcut MCP Server, Claude Code can access your Shortcut data to help it reason about the work, suggest changes, and keep Shortcut updated as you build.

How to Setup

See the official Claude Code docs for more information.

You can add a new MCP server from the Claude Code CLI. But modifying the json file directly is simpler!

  1. Open the Claude Code configuration file (it should be in ~/.claude.json).
  2. Find the projects > mcpServers section and add the following details and save the file:
{
  "projects": {
    "mcpServers": {
      "shortcut": {
        "command": "npx",
        "args": [
          "-y",
          "@shortcut/mcp@latest"
        ],
        "env": {
          "SHORTCUT_API_TOKEN": "<YOUR_SHORTCUT_API_TOKEN>"
        }
      }
    }
  }
}
No items found.

More Integrations...

Omnea

Create Stories from Omnea workflows

Zed

Connect Zed to the Shortcut MCP Server

Claude Code

Connect Claude Code to the Shortcut MCP Server