MCP Server
Apple Shortcuts MCP Server
io.github.mindstone/mcp-server-apple-shortcuts
What is the Apple Shortcuts MCP server?
MCP server for Apple Shortcuts via the macOS shortcuts CLI
How to install Apple Shortcuts
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"mcp-server-apple-shortcuts": {
"command": "npx",
"args": [
"-y",
"@mindstone/mcp-server-apple-shortcuts"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-server-apple-shortcuts": {
"command": "npx",
"args": [
"-y",
"@mindstone/mcp-server-apple-shortcuts"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-server-apple-shortcuts": {
"command": "npx",
"args": [
"-y",
"@mindstone/mcp-server-apple-shortcuts"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mcp-server-apple-shortcuts": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mindstone/mcp-server-apple-shortcuts"
]
}
}
}Claude Code
claude mcp add mcp-server-apple-shortcuts -- npx -y @mindstone/mcp-server-apple-shortcutsRelated MCP servers
Browser automation MCP server: navigate, fill forms, click, screenshot, and manage tabs
View repository →Mindstone-internal release-pipeline test connector; not for use. Single ping tool; no auth.
View repository →ElevenLabs MCP server: TTS, music, sound effects, voices, and audio transcription
View repository →Email IMAP/SMTP MCP server: iCloud, Gmail, Yahoo, Outlook, and custom IMAP providers
View repository →