oswright for Grok
io.github.ask-812/oswright
Windows desktop automation that re-reads only what changed: 7x fewer tokens per task.
client:Grok
transport:stdio
runtime:pypi
Install oswright in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"oswright": {
"type": "stdio",
"command": "uvx",
"args": [
"oswright"
]
}
}
}
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