Shotpipe — Screenshots & OG Images for Grok
io.github.podop29/shotpipe-mcp
Screenshot any URL and see it, or mint a social card — hosted, SSRF-safe, cached. No Chrome to run.
client:Grok
transport:stdio
runtime:npm
Install Shotpipe — Screenshots & OG Images in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"shotpipe-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"shotpipe-mcp"
],
"env": {
"SHOTPIPE_KEY": "<SHOTPIPE_KEY>",
"SHOTPIPE_SECRET": "<SHOTPIPE_SECRET>",
"SHOTPIPE_BASE_URL": "<SHOTPIPE_BASE_URL>"
}
}
}
}
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