shortcuts-mcp-server

Integrations

  • Provides access to Apple Shortcuts functionality, allowing AI assistants to list, view, and run shortcuts through the MCP interface.

  • Enables interaction with macOS Shortcuts app, allowing execution of shortcuts from the command line and viewing shortcuts in the Shortcuts application.

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.

Installation

git clone https://github.com/artemnovichkov/shortcuts-mcp-server cd shortcuts-mcp-server swift build

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.

{ "servers": { "shortcuts-mcp-server": { "type": "stdio", "command": "/absolute/path/to/shortcuts-mcp-server/.build/arm64-apple-macosx/debug/shortcuts-mcp-server" } } }

Don't forget to replace the path to the executable.

Read more


  1. Open Settings -> Developer -> Edit Config
  2. Open the config file at ~/Library/Application Support/Claude/claude_desktop_config.json and update:
{ "mcpServers": { "shortcuts-mcp-server": { "type": "stdio", "command": "/absolute/path/to/shortcuts-mcp-server/.build/arm64-apple-macosx/debug/shortcuts-mcp-server" } } }

Don't forget to replace the path to the executable.

  1. Restart Claude Desktop.

Read more


For quick install:

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).

{ "servers": { "shortcuts-mcp-server": { "type": "stdio", "command": "/absolute/path/to/shortcuts-mcp-server/.build/arm64-apple-macosx/debug/shortcuts-mcp-server" } } }

Don't forget to replace the path to the executable.

Read more

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

-
security - not tested
A
license - permissive license
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

shortcuts-mcp-server

  1. Installation
    1. Usage
      1. Tools
        1. Resources
          1. Prompts
            1. References

              Related MCP Servers

              View all related MCP servers

              ID: i92vphgcc0