Skip to content
Grok

poe-data-mcp - Path of Exile game data for Grok

io.github.charleslucas/poe-data-mcp

MCP server for Path of Exile game data: wiki, economy, and Craft of Exile lookups

client:Grok transport:stdio runtime:pypi

Install poe-data-mcp - Path of Exile game data in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "poe-data-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "poe-data-mcp"
      ],
      "env": {
        "POE_DATA_MCP_CACHE_DIR": "<POE_DATA_MCP_CACHE_DIR>"
      }
    }
  }
}

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

poe-data-mcp - Path of Exile game data in other clients