pagebolt for Grok
io.github.custodia-admin/pagebolt
Screenshots, PDFs, OG images, page inspection, and narrated video recording for Claude and Cursor.
client:Grok
transport:stdio
runtime:npm
Install pagebolt in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"pagebolt": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"pagebolt-mcp"
],
"env": {
"PAGEBOLT_API_KEY": "<PAGEBOLT_API_KEY>"
}
}
}
}
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