mac use mcp for Grok
io.github.antbotlab/mac-use-mcp
Zero-dependency macOS desktop automation for AI agents. 18 tools via MCP. macOS 13+.
client:Grok
transport:stdio
runtime:npm
Install mac use mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mac-use-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mac-use-mcp"
]
}
}
}
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