@shortcut/mcp
MCP ServerFreeShortcut MCP Server
Capabilities6 decomposed
shortcut project and story management via mcp protocol
Medium confidenceExposes Shortcut's project management API through the Model Context Protocol, enabling Claude and other MCP-compatible AI clients to read and manipulate stories, epics, projects, and workflows. Implements MCP resource and tool schemas that map Shortcut's REST API endpoints into standardized tool definitions, allowing LLMs to query project state and trigger mutations without direct API knowledge.
Implements MCP as a bridge between Shortcut's REST API and Claude/LLM clients, using standardized MCP tool schemas to abstract Shortcut's domain model (stories, epics, workflows) into composable agent capabilities. This allows LLMs to reason about project state and trigger mutations through a protocol-agnostic interface rather than direct API calls.
Provides native MCP integration for Shortcut (vs. building custom Claude plugins or REST wrappers), enabling seamless multi-turn agent workflows without context switching or manual API orchestration.
story and epic querying with filtering and pagination
Medium confidenceImplements read-only MCP tools that query Shortcut's story and epic endpoints with support for filtering by project, workflow state, assignee, and label. Uses Shortcut's query parameters to enable efficient server-side filtering, reducing payload size and API calls. Supports pagination to handle large result sets without overwhelming the LLM context window.
Exposes Shortcut's server-side filtering capabilities through MCP tool parameters, allowing the LLM to specify complex queries (by project, state, assignee, label) that are evaluated server-side rather than client-side, reducing data transfer and improving query performance.
More efficient than fetching all stories and filtering in-memory because it leverages Shortcut's native query parameters, reducing API payload size and enabling agents to work with large projects without context window exhaustion.
story and epic creation with automatic field validation
Medium confidenceImplements MCP tools for creating stories and epics in Shortcut with schema-based validation of required fields (name, project, workflow state). Validates input parameters against Shortcut's API constraints before submission, providing early error feedback to the LLM. Supports optional fields like description, estimate, assignee, and labels, allowing flexible story creation workflows.
Implements client-side schema validation before submitting to Shortcut's API, catching invalid field combinations (e.g., invalid workflow state) before making network requests. This reduces API errors and provides immediate feedback to the LLM, improving agent reliability.
Validates input parameters before API submission (vs. raw REST calls that fail server-side), enabling agents to recover from validation errors without wasting API calls or creating partial/invalid stories.
story and epic mutation (update, delete) with change tracking
Medium confidenceImplements MCP tools for updating story/epic fields (name, description, state, estimate, assignee, labels) and deleting stories. Supports partial updates — only specified fields are modified, leaving others unchanged. Tracks which fields were modified and returns the updated object, enabling agents to confirm changes and detect conflicts.
Supports partial updates with field-level granularity, allowing agents to modify only specific story attributes without re-submitting the entire object. Returns the updated object to enable agents to verify changes and detect conflicts.
More flexible than full-object replacement because it allows agents to update individual fields (e.g., just the state) without needing to fetch and re-submit the entire story, reducing API calls and enabling atomic field updates.
workflow state and project metadata discovery
Medium confidenceImplements MCP tools that query Shortcut's workflow definitions and project metadata, returning valid workflow states, project names, and team structures. Enables agents to discover valid values for constrained fields (e.g., workflow states) without hardcoding them, improving robustness across different Shortcut workspaces.
Exposes Shortcut's workspace configuration as queryable MCP tools, allowing agents to dynamically discover valid workflow states, projects, and team members rather than relying on hardcoded values. This enables agents to adapt to different workspace configurations without modification.
Enables dynamic configuration discovery (vs. hardcoding workflow states and project IDs), making agents portable across different Shortcut workspaces and resilient to configuration changes.
mcp protocol transport and schema mapping
Medium confidenceImplements the MCP server-side protocol handler that translates between MCP tool calls (from Claude or other MCP clients) and Shortcut API requests. Uses JSON schema definitions to describe tool parameters and return types, enabling clients to understand tool capabilities without documentation. Handles MCP request/response serialization, error handling, and protocol versioning.
Implements MCP as a protocol layer that abstracts Shortcut's REST API, using JSON schemas to describe tool capabilities. This enables any MCP-compatible client (not just Claude) to interact with Shortcut through a standardized interface.
Provides protocol-agnostic integration (vs. Claude-specific plugins) by implementing MCP, enabling the same Shortcut tools to work with multiple LLM clients and frameworks that support MCP.
Capabilities are decomposed by AI analysis. Each maps to specific user intents and improves with match feedback.
Related Artifactssharing capabilities
Artifacts that share capabilities with @shortcut/mcp, ranked by overlap. Discovered automatically through the match graph.
Agile Luminary
** - Simpler Project Management - send [Agile Luminary](https://agileluminary.com) stories straight to your IDE
@shortcut/mcp
Shortcut MCP Server
Storyblok
** - Storyblok MCP server enables your AI assistants to directly access and manage your Storyblok spaces, stories, components, assets, workflows, and more.
storybook-mcp-server
MCP server for Storybook - provides AI assistants access to components, stories, properties and screenshots
Project Manager
** - Hierarchical task management (ideas → epics → tasks) with CLI dashboard
MidReal
Transform ideas into captivating stories with AI-driven, user-guided narrative...
Best For
- ✓engineering teams using Shortcut for project management who want AI-assisted planning
- ✓solo developers building LLM agents that need to interact with Shortcut workflows
- ✓teams migrating from manual Shortcut updates to AI-driven story creation and management
- ✓AI agents that need to understand project scope before making decisions
- ✓teams building LLM-powered dashboards or status reports from Shortcut data
- ✓developers creating context-aware agents that must filter stories by multiple dimensions
- ✓teams using AI to generate stories from requirements or user feedback
- ✓developers building agents that automate story creation workflows
Known Limitations
- ⚠Requires valid Shortcut API token with appropriate scopes — no built-in token refresh or rotation
- ⚠MCP protocol overhead adds ~100-200ms per request compared to direct REST calls
- ⚠No built-in caching of project state — each query hits Shortcut API, risking rate limits under high-frequency agent usage
- ⚠Limited to Shortcut's API capabilities — cannot perform operations unsupported by Shortcut REST API
- ⚠No transaction support — multi-step operations (e.g., create story + add labels + assign) require separate calls
- ⚠Query complexity limited by Shortcut API's filter syntax — cannot perform complex boolean queries (e.g., 'stories assigned to Alice OR Bob AND in sprint X')
Requirements
Input / Output
UnfragileRank
UnfragileRank is computed from adoption signals, documentation quality, ecosystem connectivity, match graph feedback, and freshness. No artifact can pay for a higher rank.
Repository Details
Package Details
About
Shortcut MCP Server
Categories
Alternatives to @shortcut/mcp
Are you the builder of @shortcut/mcp?
Claim this artifact to get a verified badge, access match analytics, see which intents users search for, and manage your listing.
Get the weekly brief
New tools, rising stars, and what's actually worth your time. No spam.
Data Sources
Looking for something else?
Search →