mcp screenshot for Grok
io.github.kamarusama/mcp-screenshot
Take Wayland screenshots via grim/slurp. Full screen, region, or interactive crop.
client:Grok
transport:stdio
runtime:pypi
Install mcp screenshot in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-screenshot": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-screenshot"
],
"env": {
"WAYLAND_DISPLAY": "<WAYLAND_DISPLAY>",
"XDG_RUNTIME_DIR": "<XDG_RUNTIME_DIR>"
}
}
}
}
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