PluginBench
MCP Server
Active
MIT

Apple Shortcuts MCP Server

io.github.JonathanRReed/apple-shortcuts-mcp

What is the Apple Shortcuts MCP server?

List, inspect, and run Apple Shortcuts on macOS.

How to install Apple Shortcuts

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • APPLE_SHORTCUTS_MCP_SAFETY_MODE

    Safety mode for Shortcuts operations: safe_readonly, safe_manage, or full_access.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "apple-shortcuts-mcp": {
      "command": "uvx",
      "args": [
        "apple-shortcuts-mcp"
      ],
      "env": {
        "APPLE_SHORTCUTS_MCP_SAFETY_MODE": "<YOUR_APPLE_SHORTCUTS_MCP_SAFETY_MODE>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "apple-shortcuts-mcp": {
      "command": "uvx",
      "args": [
        "apple-shortcuts-mcp"
      ],
      "env": {
        "APPLE_SHORTCUTS_MCP_SAFETY_MODE": "<YOUR_APPLE_SHORTCUTS_MCP_SAFETY_MODE>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "apple-shortcuts-mcp": {
      "command": "uvx",
      "args": [
        "apple-shortcuts-mcp"
      ],
      "env": {
        "APPLE_SHORTCUTS_MCP_SAFETY_MODE": "<YOUR_APPLE_SHORTCUTS_MCP_SAFETY_MODE>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "apple-shortcuts-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "apple-shortcuts-mcp"
      ],
      "env": {
        "APPLE_SHORTCUTS_MCP_SAFETY_MODE": "<YOUR_APPLE_SHORTCUTS_MCP_SAFETY_MODE>"
      }
    }
  }
}
Claude Code
claude mcp add apple-shortcuts-mcp --env APPLE_SHORTCUTS_MCP_SAFETY_MODE=<YOUR_APPLE_SHORTCUTS_MCP_SAFETY_MODE> -- uvx apple-shortcuts-mcp

Related MCP servers

List, create, update, and delete events in Apple Calendar on macOS.

9
Python
MIT
View repository →

Inspect and search Apple Contacts on macOS, and resolve a contact into a message-ready recipient.

9
Python
MIT
View repository →

Inspect and manage local files and folders inside allowed roots on macOS.

9
Python
MIT
View repository →

Search places, estimate routes, and build Apple Maps links on macOS.

9
Python
MIT
View repository →

Read, search, compose, and send emails via Apple Mail on macOS.

9
Python
MIT
View repository →

Inspect, search, create, edit, move, and organize notes in Apple Notes on macOS.

9
Python
MIT
View repository →