Universal Screenshot MCP for Grok
io.github.sethbang/screenshot-server
MCP server for web page and cross-platform system screenshots (macOS, Linux, Windows)
client:Grok
transport:stdio
runtime:npm
Install Universal Screenshot MCP in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"screenshot-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"universal-screenshot-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