# How to connect Shortcut MCP with VS Code

```json
{
  "title": "How to connect Shortcut MCP with VS Code",
  "toolkit": "Shortcut",
  "toolkit_slug": "shortcut",
  "framework": "VS Code",
  "framework_slug": "vscode",
  "url": "https://composio.dev/toolkits/shortcut/framework/vscode",
  "markdown_url": "https://composio.dev/toolkits/shortcut/framework/vscode.md",
  "updated_at": "2026-05-06T08:28:21.453Z"
}
```

## Introduction

### How to connect Shortcut MCP with VS Code
VS Code is the most popular code editor out there. With its recent AI makeover, it can do more than just help you write code. You can connect your applications to it and let LLMs automate many of the mundane tasks in your workflow.
In this guide, I will explain how to connect Shortcut with VS Code in the most secure and robust way possible via Composio.

## Also integrate Shortcut with

- [ChatGPT](https://composio.dev/toolkits/shortcut/framework/chatgpt)
- [OpenAI Agents SDK](https://composio.dev/toolkits/shortcut/framework/open-ai-agents-sdk)
- [Claude Agent SDK](https://composio.dev/toolkits/shortcut/framework/claude-agents-sdk)
- [Claude Code](https://composio.dev/toolkits/shortcut/framework/claude-code)
- [Claude Cowork](https://composio.dev/toolkits/shortcut/framework/claude-cowork)
- [Codex](https://composio.dev/toolkits/shortcut/framework/codex)
- [Cursor](https://composio.dev/toolkits/shortcut/framework/cursor)
- [OpenCode](https://composio.dev/toolkits/shortcut/framework/opencode)
- [OpenClaw](https://composio.dev/toolkits/shortcut/framework/openclaw)
- [Hermes](https://composio.dev/toolkits/shortcut/framework/hermes-agent)
- [CLI](https://composio.dev/toolkits/shortcut/framework/cli)
- [Google ADK](https://composio.dev/toolkits/shortcut/framework/google-adk)
- [LangChain](https://composio.dev/toolkits/shortcut/framework/langchain)
- [Vercel AI SDK](https://composio.dev/toolkits/shortcut/framework/ai-sdk)
- [Mastra AI](https://composio.dev/toolkits/shortcut/framework/mastra-ai)
- [LlamaIndex](https://composio.dev/toolkits/shortcut/framework/llama-index)
- [CrewAI](https://composio.dev/toolkits/shortcut/framework/crew-ai)

## TL;DR

### Why use Composio?
Composio provides:
- Access to 1,000+ managed apps from a single MCP endpoint. This makes it convenient for agents to run cross-app workflows.
- Programmatic tool calling. Allows LLMs to write its code in a remote workbench to handle complex tool chaining. Reduces to-and-fro with LLMs for frequent tool calling.
- Large tool response handling outside the LLM context. This minimizes context bloat from large tool responses.
- Dynamic just-in-time access to thousands of tools across hundreds of apps. Composio loads the tools your agent needs, so LLMs are not overwhelmed by tools they do not need.

## Connect Shortcut to VS Code

### Integrate Shortcut MCP with VS Code
### 1. Install with one click
Click the button below to add Composio to VS Code. You will be prompted to authorize. This requires VS Code 1.99+ with GitHub Copilot.
[+Install in VS Code](vscode:mcp/install?%7B%22name%22%3A%22composio%22%2C%22type%22%3A%22http%22%2C%22url%22%3A%22https%3A%2F%2Fconnect.composio.dev%2Fmcp%22%7D)
### 2. Or add manually
Open or create .vscode/mcp.json in your project root and add the following configuration:

```bash
{
  "servers": {
    "composio": {
      "type": "http",
      "url": "https://connect.composio.dev/mcp"
    }
  }
}
```

## What is the Shortcut MCP server, and what's possible with it?

The Shortcut MCP server is an implementation of the Model Context Protocol that connects your AI agent and assistants like Claude, Cursor, etc directly to your Shortcut account. It provides structured and secure access to your project management workspace, so your agent can perform actions like creating epics, organizing teams, adding comments, managing sprints, and labeling tasks on your behalf.
- Epic and story management: Direct your agent to create new epics, add threaded comments, or reply to existing discussions to streamline project tracking and collaboration.
- Iteration and sprint planning: Let your agent set up new iterations, define sprint cycles, and associate tasks or groups, making agile planning and progress tracking a breeze.
- Team and group organization: Effortlessly create and customize new groups or teams, assign members, and link workflows to keep your workspace structure organized and aligned.
- Label and category creation: Ask your agent to generate new categories or labels, helping you organize stories, tasks, and priorities for efficient project management.
- Linked file integration: Enable your agent to attach or create linked files within Shortcut, keeping all your project resources and documentation accessible and up to date.

## Supported Tools

| Tool slug | Name | Description |
|---|---|---|
| `SHORTCUT_CREATE_CATEGORY` | Create category | Create category allows you to create a new category in shortcut. |
| `SHORTCUT_CREATE_ENTITY_TEMPLATE` | Create entity template | Create a new entity template for the workspace. |
| `SHORTCUT_CREATE_EPIC` | Create epic | Create epic allows you to create a new epic in shortcut. |
| `SHORTCUT_CREATE_EPIC_COMMENT` | Create epic comment | This endpoint allows you to create a threaded comment on an epic. |
| `SHORTCUT_CREATE_EPIC_COMMENT_COMMENT` | Create epic comment comment | This endpoint allows you to create a nested comment reply to an existing epic comment. |
| `SHORTCUT_CREATE_GROUP` | Create group | Creates a new group in the shortcut system with customizable properties. this endpoint allows you to set up a group with a unique mention name, display name, optional description, and various customization options. use this when you need to establish a new team, department, or any other collective within your shortcut workspace. the created group can include members, associated workflows, and visual customizations like color and icon. this endpoint is particularly useful for organizing your shortcut workspace structure, facilitating team collaboration, and streamlining workflow management. note that while member and workflow associations can be set during creation, they can also be modified later using separate endpoints. |
| `SHORTCUT_CREATE_ITERATION` | Create iteration | The createiteration endpoint allows you to create a new iteration in shortcut, which represents a time-boxed period for completing a set of stories or tasks. this endpoint is crucial for teams using agile methodologies, enabling them to plan and track progress over specific time periods. use this endpoint when setting up sprint cycles, planning releases, or organizing work into manageable timeframes. the endpoint requires essential information such as the iteration's name and date range, while also offering options to add followers, associate groups, and attach labels for better organization and tracking. it's important to note that while multiple groups can be added via the api, the current web ui only displays one group association. this endpoint should not be used for modifying existing iterations; instead, use the dedicated update endpoint for such changes. |
| `SHORTCUT_CREATE_LABEL` | Create label | Create label allows you to create a new label in shortcut. |
| `SHORTCUT_CREATE_LINKED_FILE` | Create linked file | Create linked file allows you to create a new linked file in shortcut. |
| `SHORTCUT_CREATE_MILESTONE` | Create milestone | (deprecated: use 'create objective') create milestone allows you to create a new milestone in shortcut. |
| `SHORTCUT_CREATE_MULTIPLE_STORIES` | Create multiple stories | Create multiple stories allows you to create multiple stories in a single request using the same syntax as [create story](https://developer.shortcut.com/api/rest/v3#create-story). |
| `SHORTCUT_CREATE_OBJECTIVE` | Create objective | Create objective allows you to create a new objective in shortcut. |
| `SHORTCUT_CREATE_PROJECT` | Create project | Create project is used to create a new shortcut project. |
| `SHORTCUT_CREATE_STORY` | Create story | Create story is used to add a new story to your shortcut workspace. this endpoint requires that either **workflow state id** or **project id** be provided, but will reject the request if both or neither are specified. the workflow state id has been marked as required and is the recommended field to specify because we are in the process of sunsetting projects in shortcut. |
| `SHORTCUT_CREATE_STORY_COMMENT` | Create story comment | Create comment allows you to create a comment on any story. |
| `SHORTCUT_CREATE_STORY_FROM_TEMPLATE` | Create story from template | Create story from template is used to add a new story derived from a template to your shortcut workspace. |
| `SHORTCUT_CREATE_STORY_LINK` | Create story link | Story links (called story relationships in the ui) allow you create semantic relationships between two stories. the parameters read like an active voice grammatical sentence: subject -> verb -> object. the subject story acts on the object story; the object story is the direct object of the sentence. the subject story "blocks", "duplicates", or "relates to" the object story. examples: - "story 5 blocks story 6” -- story 6 is now "blocked" until story 5 is moved to a done workflow state. - "story 2 duplicates story 1” -- story 2 represents the same body of work as story 1 (and should probably be archived). - "story 7 relates to story 3” |
| `SHORTCUT_CREATE_STORY_REACTION` | Create story reaction | Create a reaction to a story comment. |
| `SHORTCUT_CREATE_TASK` | Create task | Create task is used to create a new task in a story. |
| `SHORTCUT_DELETE_CATEGORY` | Delete category | Delete category can be used to delete any category. |
| `SHORTCUT_DELETE_CUSTOM_FIELD` | Delete custom field | Deletes a specific custom field from the shortcut system using its unique public identifier. this endpoint should be used when you need to permanently remove a custom field that is no longer required in your workflows or project structure. it's important to note that this operation is irreversible, and once a custom field is deleted, all data associated with it will be lost. use this endpoint with caution, ensuring that the custom field is no longer needed and that its deletion won't negatively impact any existing processes or data integrity within your shortcut instance. |
| `SHORTCUT_DELETE_ENTITY_TEMPLATE` | Delete entity template | Deletes a specific entity template from the shortcut api. this endpoint should be used when you need to permanently remove a template that is no longer needed or is obsolete. it's important to note that this operation cannot be undone, so it should be used with caution. the deletion is performed on a single template identified by its public id, adhering to the best practice of controlling deletion on a per-resource basis. this endpoint is part of the api v3, which may include enhanced features or changes compared to previous versions. |
| `SHORTCUT_DELETE_EPIC` | Delete epic | Delete epic can be used to delete the epic. the only required parameter is epic id. |
| `SHORTCUT_DELETE_EPIC_COMMENT` | Delete epic comment | This endpoint allows you to delete a comment from an epic. |
| `SHORTCUT_DELETE_FILE` | Delete file | Delete file deletes a previously uploaded file. |
| `SHORTCUT_DELETE_ITERATION` | Delete iteration | Deletes a specific iteration from the shortcut project management system. this endpoint should be used when you need to permanently remove an iteration and all its associated data from your project workflow. it's particularly useful for cleaning up completed or cancelled iterations that are no longer needed. be cautious when using this endpoint, as the deletion is irreversible and will remove all data associated with the specified iteration. ensure you have the correct iteration id before proceeding with the deletion to avoid unintended data loss. |
| `SHORTCUT_DELETE_LABEL` | Delete label | Delete label can be used to delete any label. |
| `SHORTCUT_DELETE_LINKED_FILE` | Delete linked file | Delete linked file can be used to delete any previously attached linked-file. |
| `SHORTCUT_DELETE_MILESTONE` | Delete milestone | (deprecated: use 'delete objective') delete milestone can be used to delete any milestone. |
| `SHORTCUT_DELETE_MULTIPLE_STORIES` | Delete multiple stories | Delete multiple stories allows you to delete multiple archived stories at once. |
| `SHORTCUT_DELETE_OBJECTIVE` | Delete objective | Delete objective can be used to delete any objective. |
| `SHORTCUT_DELETE_PROJECT` | Delete project | Delete project can be used to delete a project. projects can only be deleted if all associated stories are moved or deleted. in the case that the project cannot be deleted, you will receive a 422 response. |
| `SHORTCUT_DELETE_STORY` | Delete story | Delete story can be used to delete any story. |
| `SHORTCUT_DELETE_STORY_COMMENT` | Delete story comment | Delete a comment from any story. |
| `SHORTCUT_DELETE_STORY_LINK` | Delete story link | Removes the relationship between the stories for the given story link. |
| `SHORTCUT_DELETE_STORY_REACTION` | Delete story reaction | Delete a reaction from any story comment. |
| `SHORTCUT_DELETE_TASK` | Delete task | Delete task can be used to delete any previously created task on a story. |
| `SHORTCUT_DISABLE_ITERATIONS` | Disable iterations | Disables iterations for the current workspace |
| `SHORTCUT_DISABLE_STORY_TEMPLATES` | Disable story templates | Disables the story template feature for the workspace. |
| `SHORTCUT_ENABLE_ITERATIONS` | Enable iterations | Enables iterations for the current workspace |
| `SHORTCUT_ENABLE_STORY_TEMPLATES` | Enable story templates | Enables the story template feature for the workspace. |
| `SHORTCUT_GET_CATEGORY` | Get category | Get category returns information about the selected category. |
| `SHORTCUT_GET_CURRENT_MEMBER_INFO` | Get current member info | Returns information about the authenticated member. |
| `SHORTCUT_GET_CUSTOM_FIELD` | Get custom field | Retrieves detailed information about a specific custom field in shortcut using its unique public identifier. this endpoint allows developers to fetch the properties and configuration of a custom field, which can include its name, type, possible values, and any other associated metadata. it's particularly useful when you need to inspect or validate a custom field's settings programmatically, or when integrating custom field data into external systems. the endpoint should be used when detailed information about a single custom field is required, rather than for bulk operations or listing all custom fields. note that this endpoint only provides read access to custom field data and cannot be used to modify the custom field. |
| `SHORTCUT_GET_ENTITY_TEMPLATE` | Get entity template | Get entity template returns information about a given entity template. |
| `SHORTCUT_GET_EPIC` | Get epic | Get epic returns information about the selected epic. |
| `SHORTCUT_GET_EPIC_COMMENT` | Get epic comment | This endpoint returns information about the selected epic comment. |
| `SHORTCUT_GET_EPIC_WORKFLOW` | Get epic workflow | Returns the epic workflow for the workspace. |
| `SHORTCUT_GET_EXTERNAL_LINK_STORIES` | Get external link stories | Get stories which have a given external link associated with them. |
| `SHORTCUT_GET_FILE` | Get file | Get file returns information about the selected uploadedfile. |
| `SHORTCUT_GET_GROUP` | Get group | Retrieves detailed information about a specific group in the shortcut workspace using its unique public identifier. this endpoint allows developers to fetch comprehensive data about a group, including its name, type, and associated metadata. it's particularly useful when you need to access or verify group details programmatically, such as during workflow automations or when building integrations that involve group management. the endpoint provides more granular control and information compared to what's available through the web application, making it valuable for advanced group-related operations and data analysis within your shortcut projects. |
| `SHORTCUT_GET_ITERATION` | Get iteration | Retrieves detailed information about a specific iteration in the shortcut project management system. this endpoint allows users to fetch comprehensive data about a single iteration, including its name, status, start and end dates, associated stories, and progress metrics. it should be used when detailed information about a particular iteration is needed, such as during sprint planning, progress tracking, or retrospective analysis. the endpoint provides a snapshot of the iteration at the time of the request and does not include real-time updates. it's particularly useful for project managers, scrum masters, and team members who need to review or report on iteration-specific data. note that this endpoint only retrieves information and does not allow for modification of the iteration details. |
| `SHORTCUT_GET_KEY_RESULT` | Get key result | Get key result returns information about a chosen key result. |
| `SHORTCUT_GET_LABEL` | Get label | Get label returns information about the selected label. |
| `SHORTCUT_GET_LINKED_FILE` | Get linked file | Get file returns information about the selected linked file. |
| `SHORTCUT_GET_MEMBER` | Get member | Returns information about a member. |
| `SHORTCUT_GET_MILESTONE` | Get milestone | (deprecated: use 'get objective') get milestone returns information about a chosen milestone. |
| `SHORTCUT_GET_OBJECTIVE` | Get objective | Get objective returns information about a chosen objective. |
| `SHORTCUT_GET_PROJECT` | Get project | Get project returns information about the selected project. |
| `SHORTCUT_GET_REPOSITORY` | Get repository | Get repository returns information about the selected repository. |
| `SHORTCUT_GET_STORY` | Get story | Get story returns information about a chosen story. |
| `SHORTCUT_GET_STORY_COMMENT` | Get story comment | Get comment is used to get comment information. |
| `SHORTCUT_GET_STORY_LINK` | Get story link | Returns the stories and their relationship for the given story link. |
| `SHORTCUT_GET_TASK` | Get task | Returns information about a chosen task. |
| `SHORTCUT_GET_WORKFLOW` | Get workflow | Get workflow returns information about a chosen workflow. |
| `SHORTCUT_LIST_CATEGORIES` | List categories | List categories returns a list of all categories and their attributes. |
| `SHORTCUT_LIST_CATEGORY_MILESTONES` | List category milestones | List category milestones returns a list of all milestones with the category. |
| `SHORTCUT_LIST_CATEGORY_OBJECTIVES` | List category objectives | Returns a list of all objectives with the category. |
| `SHORTCUT_LIST_CUSTOM_FIELDS` | List custom fields | Retrieves a list of all custom fields defined in the shortcut api. this endpoint allows developers to fetch information about user-defined fields that have been added to extend the functionality of standard fields in integrations. it's particularly useful when you need to understand the structure and types of custom data being used across the system. the endpoint returns details about each custom field, which may include their identifiers, names, types, and any associated metadata. use this endpoint when you need to inventory existing custom fields, prepare for data migrations, or dynamically adjust your application's data model to accommodate custom fields. note that this endpoint does not create, modify, or delete custom fields; it's purely for retrieval of existing custom field definitions. |
| `SHORTCUT_LIST_ENTITY_TEMPLATES` | List entity templates | List all the entity templates for the workspace. |
| `SHORTCUT_LIST_EPIC_COMMENTS` | List epic comments | Get a list of all comments on an epic. |
| `SHORTCUT_LIST_EPICS` | List epics | List epics returns a list of all epics and their attributes. |
| `SHORTCUT_LIST_EPIC_STORIES` | List epic stories | Get a list of all stories in an epic. |
| `SHORTCUT_LIST_FILES` | List files | List files returns a list of all uploadedfiles in the workspace. |
| `SHORTCUT_LIST_GROUPS` | List groups | A group in our api maps to a "team" within the shortcut product. a team is a collection of users that can be associated to stories, epics, and iterations within shortcut. |
| `SHORTCUT_LIST_GROUP_STORIES` | List group stories | List the stories assigned to the group. (by default, limited to 1,000). |
| `SHORTCUT_LIST_ITERATIONS` | List iterations | Retrieves a list of all iterations in the shortcut project management system. iterations represent specific time periods for planning and tracking work, allowing teams to organize their development cycles. this endpoint provides comprehensive information about each iteration, including its name, start and end dates, status, and associated stories or tasks. use this endpoint when you need an overview of all iterations for project planning, progress tracking, or reporting purposes. it's particularly useful for analyzing past performance, planning future sprints, or getting a high-level view of the project timeline. note that the response may be paginated for projects with a large number of iterations, and you might need to make multiple requests to retrieve the full dataset. |
| `SHORTCUT_LIST_ITERATION_STORIES` | List iteration stories | Get a list of all stories in an iteration. |
| `SHORTCUT_LIST_LABEL_EPICS` | List label epics | List all of the epics with the label. |
| `SHORTCUT_LIST_LABELS` | List labels | List labels returns a list of all labels and their attributes. |
| `SHORTCUT_LIST_LABEL_STORIES` | List label stories | List all of the stories with the label. |
| `SHORTCUT_LIST_LINKED_FILES` | List linked files | List linked files returns a list of all linked-files and their attributes. |
| `SHORTCUT_LIST_MEMBERS` | List members | Returns information about members of the workspace. |
| `SHORTCUT_LIST_MILESTONE_EPICS` | List milestone epics | (deprecated: use 'list objective epics') list all of the epics within the milestone. |
| `SHORTCUT_LIST_MILESTONES` | List milestones | (deprecated: use 'list objectives') list milestones returns a list of all milestones and their attributes. |
| `SHORTCUT_LIST_OBJECTIVE_EPICS` | List objective epics | List all of the epics within the objective. |
| `SHORTCUT_LIST_OBJECTIVES` | List objectives | List objectives returns a list of all objectives and their attributes. |
| `SHORTCUT_LIST_PROJECTS` | List projects | List projects returns a list of all projects and their attributes. |
| `SHORTCUT_LIST_REPOSITORIES` | List repositories | List repositories returns a list of all repositories and their attributes. |
| `SHORTCUT_LIST_STORIES` | List stories | List stories returns a list of all stories in a selected project and their attributes. |
| `SHORTCUT_LIST_STORY_COMMENT` | List story comment | Lists comments associated with a story |
| `SHORTCUT_LIST_WORKFLOWS` | List workflows | Returns a list of all workflows in the workspace. |
| `SHORTCUT_SEARCH` | Search | Search lets you search epics and stories based on desired parameters. since ordering of the results can change over time (due to search ranking decay, new epics and stories being created), the `next` value from the previous response can be used as the path and query string for the next page to ensure stable ordering. |
| `SHORTCUT_SEARCH_EPICS` | Search epics | Search epics lets you search epics based on desired parameters. since ordering of stories can change over time (due to search ranking decay, new epics being created), the `next` value from the previous response can be used as the path and query string for the next page to ensure stable ordering. |
| `SHORTCUT_SEARCH_ITERATIONS` | Search iterations | Search iterations lets you search iterations based on desired parameters. since ordering of results can change over time (due to search ranking decay, new iterations being created), the `next` value from the previous response can be used as the path and query string for the next page to ensure stable ordering. |
| `SHORTCUT_SEARCH_MILESTONES` | Search milestones | Search milestones lets you search milestones based on desired parameters. since ordering of results can change over time (due to search ranking decay, new milestones being created), the `next` value from the previous response can be used as the path and query string for the next page to ensure stable ordering. |
| `SHORTCUT_SEARCH_OBJECTIVES` | Search objectives | Search objectives lets you search objectives based on desired parameters. since ordering of results can change over time (due to search ranking decay, new objectives being created), the `next` value from the previous response can be used as the path and query string for the next page to ensure stable ordering. |
| `SHORTCUT_SEARCH_STORIES` | Search stories | Search stories lets you search stories based on desired parameters. since ordering of stories can change over time (due to search ranking decay, new stories being created), the `next` value from the previous response can be used as the path and query string for the next page to ensure stable ordering. |
| `SHORTCUT_SEARCH_STORIES_OLD` | Search stories old | Search stories lets you search stories based on desired parameters. |
| `SHORTCUT_STORY_HISTORY` | Story history | Retrieves the complete history of changes for a specific story in the shortcut project management system. this endpoint allows users to track all modifications, updates, and revisions made to a story over time, providing a comprehensive timeline of its evolution. it's particularly useful for project managers, team members, and stakeholders who need to understand how a story has changed, who made the changes, and when they occurred. the endpoint returns a chronological list of all events and modifications associated with the specified story, helping teams maintain transparency and accountability in their project workflows. note that this endpoint focuses solely on the history of a single story and does not provide information about related stories or overall project status. |
| `SHORTCUT_UNLINK_COMMENT_THREAD_FROM_SLACK` | Unlink comment thread from slack | Unlinks a comment from its linked slack thread (comment replies and slack replies will no longer be synced) |
| `SHORTCUT_UNLINK_PRODUCTBOARD_FROM_EPIC` | Unlink productboard from epic | This endpoint allows you to unlink a productboard epic. |
| `SHORTCUT_UPDATE_CATEGORY` | Update category | Update category allows you to replace a category name with another name. if you try to name a category something that already exists, you will receive a 422 response. |
| `SHORTCUT_UPDATE_CUSTOM_FIELD` | Update custom field | Update custom field can be used to update the definition of a custom field. the order of items in the 'values' collection is interpreted to be their ascending sort order.to delete an existing enum value, simply omit it from the 'values' collection. new enum values may be created inline by including an object in the 'values' collection having a 'value' entry with no 'id' (eg. {'value': 'mynewvalue', 'color key': 'green'}). |
| `SHORTCUT_UPDATE_ENTITY_TEMPLATE` | Update entity template | Update an entity template's name or its contents. |
| `SHORTCUT_UPDATE_EPIC` | Update epic | Update epic can be used to update numerous fields in the epic. the only required parameter is epic id, which can be found in the shortcut ui. |
| `SHORTCUT_UPDATE_EPIC_COMMENT` | Update epic comment | This endpoint allows you to update a threaded comment on an epic. |
| `SHORTCUT_UPDATE_FILE` | Update file | Update file updates the properties of an uploadedfile (but not its content). |
| `SHORTCUT_UPDATE_GROUP` | Update group | Updates an existing group in the shortcut workspace. this endpoint allows you to modify various properties of a group, including its name, description, color, members, and associated workflows. use this when you need to change group details, add or remove members, or update the group's visual representation. it's particularly useful for team reorganizations, project changes, or general maintenance of your shortcut workspace structure. note that while many fields are optional, you should include any fields you wish to modify; omitted fields will retain their current values. |
| `SHORTCUT_UPDATE_ITERATION` | Update iteration | This endpoint allows you to update an existing iteration in shortcut. it provides comprehensive control over various aspects of an iteration, including its metadata, associated members and groups, labels, and timeframe. use this endpoint when you need to modify any details of an ongoing or upcoming iteration, such as adjusting dates, adding followers, or updating labels. the endpoint is particularly useful for project managers or team leads who need to refine iteration details as the project progresses. note that while you can update multiple aspects of an iteration in a single call, only the fields you include in the request will be modified; omitted fields will retain their current values. |
| `SHORTCUT_UPDATE_KEY_RESULT` | Update key result | Update key result allows updating a key result's name or initial, observed, or target values. |
| `SHORTCUT_UPDATE_LABEL` | Update label | Update label allows you to replace a label name with another name. if you try to name a label something that already exists, you will receive a 422 response. |
| `SHORTCUT_UPDATE_LINKED_FILE` | Update linked file | Updated linked file allows you to update properties of a previously attached linked-file. |
| `SHORTCUT_UPDATE_MILESTONE` | Update milestone | (deprecated: use 'update objective') update milestone can be used to update milestone properties. |
| `SHORTCUT_UPDATE_MULTIPLE_STORIES` | Update multiple stories | Update multiple stories allows you to make changes to numerous stories at once. |
| `SHORTCUT_UPDATE_OBJECTIVE` | Update objective | Update objective can be used to update objective properties. |
| `SHORTCUT_UPDATE_PROJECT` | Update project | Update project can be used to change properties of a project. |
| `SHORTCUT_UPDATE_STORY` | Update story | Update story can be used to update story properties. |
| `SHORTCUT_UPDATE_STORY_COMMENT` | Update story comment | Update comment replaces the text of the existing comment. |
| `SHORTCUT_UPDATE_STORY_LINK` | Update story link | Updates the stories and/or the relationship for the given story link. |
| `SHORTCUT_UPDATE_TASK` | Update task | Update task can be used to update task properties. |
| `SHORTCUT_UPLOAD_FILES` | Upload files | Upload files uploads one or many files and optionally associates them with a story. use the multipart/form-data content-type to upload. each `file` key should contain a separate file. each uploadedfile's name comes from the content-disposition header "filename" directive for that field. |

## Supported Triggers

None listed.

## Creating MCP Server - Stand-alone vs Composio SDK

Once connected, VS Code can access the Shortcut MCP server via Composio to run the app actions you authorize, directly from your coding workflow.

## Complete Code

None listed.

## Conclusion

### Way Forward
Now that Shortcut is connected, extend your setup by connecting the other apps you already use every day, so your agent can run true cross-app workflows end to end.
- Connect Calendar to turn threads into scheduled meetings automatically.
- Connect Slack or Teams to post summaries, approvals, and alerts where your team works.
- Connect Notion, Linear, Jira, or Asana to convert requests into tickets, tasks, and docs.
- Connect Drive, Dropbox, or OneDrive to fetch, file, and share attachments without manual steps.
- Connect HubSpot or Salesforce to log customer context, update records, and draft follow-ups.
Start with one workflow you do repeatedly, then keep adding apps as you find new handoffs. With everything behind a single MCP endpoint, your agent can coordinate multiple tools safely and reliably in one conversation.

## How to build Shortcut MCP Agent with another framework

- [ChatGPT](https://composio.dev/toolkits/shortcut/framework/chatgpt)
- [OpenAI Agents SDK](https://composio.dev/toolkits/shortcut/framework/open-ai-agents-sdk)
- [Claude Agent SDK](https://composio.dev/toolkits/shortcut/framework/claude-agents-sdk)
- [Claude Code](https://composio.dev/toolkits/shortcut/framework/claude-code)
- [Claude Cowork](https://composio.dev/toolkits/shortcut/framework/claude-cowork)
- [Codex](https://composio.dev/toolkits/shortcut/framework/codex)
- [Cursor](https://composio.dev/toolkits/shortcut/framework/cursor)
- [OpenCode](https://composio.dev/toolkits/shortcut/framework/opencode)
- [OpenClaw](https://composio.dev/toolkits/shortcut/framework/openclaw)
- [Hermes](https://composio.dev/toolkits/shortcut/framework/hermes-agent)
- [CLI](https://composio.dev/toolkits/shortcut/framework/cli)
- [Google ADK](https://composio.dev/toolkits/shortcut/framework/google-adk)
- [LangChain](https://composio.dev/toolkits/shortcut/framework/langchain)
- [Vercel AI SDK](https://composio.dev/toolkits/shortcut/framework/ai-sdk)
- [Mastra AI](https://composio.dev/toolkits/shortcut/framework/mastra-ai)
- [LlamaIndex](https://composio.dev/toolkits/shortcut/framework/llama-index)
- [CrewAI](https://composio.dev/toolkits/shortcut/framework/crew-ai)

## Related Toolkits

- [Google Sheets](https://composio.dev/toolkits/googlesheets) - Google Sheets is a cloud-based spreadsheet tool for real-time collaboration and data analysis. It lets teams work together from anywhere, updating information instantly.
- [Notion](https://composio.dev/toolkits/notion) - Notion is a collaborative workspace for notes, docs, wikis, and tasks. It streamlines team knowledge, project tracking, and workflow customization in one place.
- [Airtable](https://composio.dev/toolkits/airtable) - Airtable combines the flexibility of spreadsheets with the power of a database for easy project and data management. Teams use Airtable to organize, track, and collaborate with custom views and automations.
- [Asana](https://composio.dev/toolkits/asana) - Asana is a collaborative work management platform for teams to organize and track projects. It streamlines teamwork, boosts productivity, and keeps everyone aligned on goals.
- [Google Tasks](https://composio.dev/toolkits/googletasks) - Google Tasks is a to-do list and task management tool integrated into Gmail and Google Calendar. It helps you organize, track, and complete tasks across your Google ecosystem.
- [Linear](https://composio.dev/toolkits/linear) - Linear is a modern issue tracking and project planning tool for fast-moving teams. It helps streamline workflows, organize projects, and boost productivity.
- [Jira](https://composio.dev/toolkits/jira) - Jira is Atlassian’s platform for bug tracking, issue tracking, and agile project management. It helps teams organize work, prioritize tasks, and deliver projects efficiently.
- [Clickup](https://composio.dev/toolkits/clickup) - ClickUp is an all-in-one productivity platform for managing tasks, docs, goals, and team collaboration. It streamlines project workflows so teams can work smarter and stay organized in one place.
- [Monday](https://composio.dev/toolkits/monday) - Monday.com is a customizable work management platform for project planning and collaboration. It helps teams organize tasks, automate workflows, and track progress in real time.
- [Addressfinder](https://composio.dev/toolkits/addressfinder) - Addressfinder is a data quality platform for verifying addresses, emails, and phone numbers. It helps you ensure accurate customer and contact data every time.
- [Agiled](https://composio.dev/toolkits/agiled) - Agiled is an all-in-one business management platform for CRM, projects, and finance. It helps you streamline workflows, consolidate client data, and manage business processes in one place.
- [Ascora](https://composio.dev/toolkits/ascora) - Ascora is a cloud-based field service management platform for service businesses. It streamlines scheduling, invoicing, and customer operations in one place.
- [Basecamp](https://composio.dev/toolkits/basecamp) - Basecamp is a project management and team collaboration tool by 37signals. It helps teams organize tasks, share files, and communicate efficiently in one place.
- [Beeminder](https://composio.dev/toolkits/beeminder) - Beeminder is an online goal-tracking platform that uses monetary pledges to keep you motivated. Stay accountable and hit your targets with real financial incentives.
- [Boxhero](https://composio.dev/toolkits/boxhero) - Boxhero is a cloud-based inventory management platform for SMBs, offering real-time updates, barcode scanning, and team collaboration. It helps businesses streamline stock tracking and analytics for smarter inventory decisions.
- [Breathe HR](https://composio.dev/toolkits/breathehr) - Breathe HR is cloud-based HR software for SMEs to manage employee data, absences, and performance. It simplifies HR admin, making it easy to keep employee records accurate and up to date.
- [Breeze](https://composio.dev/toolkits/breeze) - Breeze is a project management platform designed to help teams plan, track, and collaborate on projects. It streamlines workflows and keeps everyone on the same page.
- [Bugherd](https://composio.dev/toolkits/bugherd) - Bugherd is a visual feedback and bug tracking tool for websites. It helps teams and clients report website issues directly on live sites for faster fixes.
- [Canny](https://composio.dev/toolkits/canny) - Canny is a platform for managing customer feedback and feature requests. It helps teams prioritize product decisions based on real user insights.
- [Chmeetings](https://composio.dev/toolkits/chmeetings) - Chmeetings is a church management platform for events, members, donations, and volunteers. It streamlines church operations and improves community engagement.

## Frequently Asked Questions

### What are the differences in Tool Router MCP and Shortcut MCP?

With a standalone Shortcut MCP server, the agents and LLMs can only access a fixed set of Shortcut tools tied to that server. However, with the Composio Tool Router, agents can dynamically load tools from Shortcut and many other apps based on the task at hand, all through a single MCP endpoint.

### Can I use Tool Router MCP with VS Code?

Yes, you can. VS Code fully supports MCP integration. You get structured tool calling, message history handling, and model orchestration while Tool Router takes care of discovering and serving the right Shortcut tools.

### Can I manage the permissions and scopes for Shortcut while using Tool Router?

Yes, absolutely. You can configure which Shortcut scopes and actions are allowed when connecting your account to Composio. You can also bring your own OAuth credentials or API configuration so you keep full control over what the agent can do.

### How safe is my data with Composio Tool Router?

All sensitive data such as tokens, keys, and configuration is fully encrypted at rest and in transit. Composio is SOC 2 Type 2 compliant and follows strict security practices so your Shortcut data and credentials are handled as safely as possible.

---
[See all toolkits](https://composio.dev/toolkits) · [Composio docs](https://docs.composio.dev/llms.txt)
