PVPWire for Grok
com.pvpwire/pvpwire
Hand-compiled game-mechanics data for Diablo 2, Path of Exile, Diablo 3 and GW2, plus live signal.
client:Grok
transport:stdio
runtime:npm
Install PVPWire in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"pvpwire": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@pvpwire/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