Shortcuts
Access and run Apple Shortcuts. Allows AI assistants to list, view, and execute your shortcuts.
shortcuts-mcp-server
A Model Context Protocol (MCP) server that provides access to Apple Shortcuts functionality. This server allows AI assistants to list, view, and run your shortcuts through the MCP interface.
Compatible with Cursor, Claude Desktop, and other MCP-enabled applications.

Getting started
Prerequisites
- macOS 14.5 or later
- Xcode 16.x or later
- mise
Setup with mise
To install mise:
brew install mise
For more information about mise, visit the official documentation.
Quick install
Manual installation
Update your MCP configuration with the following server:
{
"mcpServers": {
"shortcuts-mcp-server": {
"command": "mise",
"args": [
"x",
"ubi:artemnovichkov/shortcuts-mcp-server@latest",
"--",
"shortcuts-mcp-server"
]
}
}
}
Usage
Just ask LLM to run a shortcut, show a list of added shortcuts or view a shortcut in Shortcuts app.
If your MCP client supports Prompts and Resources you may check it as well:

Tools
- run - Run a shortcut.
name- The name of the shortcut to run (string, required)
- list - List your shortcuts.
show-identifiers- Whether to show the identifiers of the shortcuts. (boolean, optional)
- view - View a shortcut in Shortcuts app.
name- Name of the shortcut to view (string, required)
Resources
- list - List your shortcuts.
Prompts
- run - Run a shortcut.
name- Name of the shortcut to run (string, required)
- list - List your shortcuts.
show-identifiers- Whether to show the identifiers of the shortcuts. (boolean, optional)
- view - View a shortcut in Shortcuts app.
name- Name of the shortcut to view (string, required)
References
Verwandte Server
Apple Notes MCP
MCP server for Apple Notes with semantic search and CRUD operations. Claude searches, reads, creates, updates, and manages your Apple Notes through natural language.
esa
An MCP server for interacting with the esa.io knowledge-sharing platform.
Video Editor
Add, analyze, search, and edit videos using the Video Jungle API. Also supports local video search on macOS.
eSignatures
Contract and template management for drafting, reviewing, and sending binding contracts.
PocketMCP
Turn your Android phone into an MCP (Model Context Protocol) server. AI agents and desktop scripts can call your phone for live data and actions over LAN
Microsoft Office (PowerPoint & Excel)
Automate Microsoft PowerPoint and Excel on Windows using AI-powered COM automation.
Prompeteer
Generate expert-level AI prompts for 140+ platforms, score quality with 16-dimension Prompt Score analysis, and manage prompts in PromptDrive library
TaskMateAI
An AI-driven task management application controllable via MCP, supporting tasks, subtasks, priorities, and progress tracking.
Plausible Analytics
An MCP server for interacting with the Plausible Analytics API to access website traffic data.
MCP Hub
A hub server that connects to and manages other MCP servers.