FetchV2 for Grok
io.github.praveenc/fetchv2-mcp-server
Fetch and extract web pages, discover links, and read llms.txt documentation indexes.
client:Grok
transport:stdio
runtime:pypi
Install FetchV2 in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"fetchv2-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"fetchv2-mcp-server"
]
}
}
}
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