POEMCP

shalayiding/POEMCP
★ 5 stars Python AI/LLM Updated today
An MCP server that gives any LLM access to Path of Exile game data — gems, unique items, passive tree nodes, item modifiers, maps, scarabs, live pricing, and Path of Building build parsing.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "poemcp": {
      "command": "uvx",
      "args": [
        "poemcp"
      ]
    }
  }
}

Or install with pip: pip install poemcp