mcp-server-apple-shortcuts
This MCP server allows AI assistants to control Apple Shortcuts automations on macOS.
The Apple Shortcuts MCP server enables AI assistants like Claude to interact with and automate tasks using the Shortcuts app on macOS. It provides functionalities such as listing available shortcuts and executing them with optional input parameters, ensuring a seamless integration between AI models and local automation tools. By utilizing this server, users can leverage the power of AI to trigger various shortcuts, enhancing productivity and streamlining workflows. The server operates in a safe and controlled manner, keeping users in charge of their automations while benefiting from AI assistance.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-apple-shortcuts": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-apple-shortcuts"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions