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.
To install mise:
brew install mise
For more information about mise, visit the official documentation.
Cursor
For project cofiguration, update .cursor/mcp.json
file in your project directory. To use across all projects, create a ~/.cursor/mcp.json
file in your home directory.
{ "mcpServers": { "shortcuts-mcp-server": { "command": "mise", "args": [ "x", "ubi:artemnovichkov/shortcuts-mcp-server@latest", "--", "shortcuts-mcp-server" ] } } }
Don't forget to replace the path to the executable.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
and update to:{ "mcpServers": { "shortcuts-mcp-server": { "command": "mise", "args": [ "x", "ubi:artemnovichkov/shortcuts-mcp-server@latest", "--", "shortcuts-mcp-server" ] } } }
Don't forget to replace the path to the executable.
VS Code
For manual installation, add the following JSON block to your User Settings (JSON) file in VS Code. You can do this by pressing Ctrl + Shift + P
and typing Preferences: Open User Settings (JSON)
.
"mcp": { "servers": { "shortcuts-mcp-server": { "command": "mise", "args": [ "x", "ubi:artemnovichkov/shortcuts-mcp-server@latest", "--", "shortcuts-mcp-server" ] } } }
Don't forget to replace the path to the executable.
Github Copilot for Xcode
Open Settings -> MCP -> Edit Config and update to:
{ "servers": { "shortcuts-mcp-server": { "command": "mise", "args": [ "x", "ubi:artemnovichkov/shortcuts-mcp-server@latest", "--", "shortcuts-mcp-server" ] } } }
Don't forget to replace the path to the executable.
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)Discover shared experiences
Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!