Apple Shortcuts for Grok
io.github.mindstone/mcp-server-apple-shortcuts
MCP server for Apple Shortcuts via the macOS shortcuts CLI
client:Grok
transport:stdio
runtime:npm
Install Apple Shortcuts in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-server-apple-shortcuts": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mindstone/mcp-server-apple-shortcuts"
],
"env": {
"APPLE_SHORTCUTS_TIMEOUT_MS": "<APPLE_SHORTCUTS_TIMEOUT_MS>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs