ClawPage for Grok
io.github.skypher/clawpage-mcp
Extract and structure any web page into clean JSON. Free tier: 10/day.
client:Grok
transport:stdio
runtime:npm
Install ClawPage in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"clawpage-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"clawpage-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