mcp osascript for Grok
io.github.m0rvayne/mcp-osascript
macOS automation: 17 typed tools for windows, menus, keyboard, clipboard, tabs, screenshots
client:Grok
transport:stdio
runtime:npm
Install mcp osascript in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-osascript": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-osascript"
]
}
}
}
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