
Apple Shortcuts
STDIOMCP server for accessing and controlling Apple Shortcuts from AI assistants
MCP server for accessing and controlling Apple Shortcuts from AI assistants
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.
To install mise:
brew install mise
For more information about mise, visit the official documentation.
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" ] } } }
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:
name
- The name of the shortcut to run (string, required)show-identifiers
- Whether to show the identifiers of the shortcuts. (boolean, optional)name
- Name of the shortcut to view (string, required)name
- Name of the shortcut to run (string, required)show-identifiers
- Whether to show the identifiers of the shortcuts. (boolean, optional)name
- Name of the shortcut to view (string, required)