TypeScript MCP server that connects Claude to your macOS Shortcuts. See your available shortcuts and execute workflows with custom input.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"shortcuts-mcp": {
"command": "npx",
"args": [
"-y",
"foxtrottwist/shortcuts-mcp"
]
}
}
}
Run in terminal:
claude mcp add shortcuts-mcp npx -y foxtrottwist/shortcuts-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"shortcuts-mcp": {
"command": "npx",
"args": [
"-y",
"foxtrottwist/shortcuts-mcp"
]
}
}
}