PVPWire for Cursor
com.pvpwire/pvpwire
Hand-compiled game-mechanics data for Diablo 2, Path of Exile, Diablo 3 and GW2, plus live signal.
client:Cursor
transport:stdio
runtime:npm
Install PVPWire in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"pvpwire": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@pvpwire/mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs