Apple System for Grok
io.github.jonathanrreed/apple-system-mcp
Read and manage macOS system settings and perform scoped desktop actions.
client:Grok
transport:stdio
runtime:pypi
Install Apple System in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"apple-system-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"apple-system-mcp"
],
"env": {
"APPLE_SYSTEM_MCP_SAFETY_MODE": "<APPLE_SYSTEM_MCP_SAFETY_MODE>"
}
}
}
}
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