MCP server for Path of Exile game data: wiki, economy, and Craft of Exile lookups
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
This product is not affiliated with or endorsed by Grinding Gear Games in any way.
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.
Data is fetched at runtime from poedb.tw, poe.ninja, and poewiki.net. No API key required.
This server is part of poe_mcp_suite β a collection of MCP servers for Path of Exile. The suite works with any MCP-compatible AI agent, and ships an analysis framework that is additionally optimized for Claude Code. See the suite repo for an overview of all available servers and tools.
poe-data-mcp is published to PyPI, so an ephemeral runner like uvx or pipx can fetch and run it on demand β nothing to clone or keep updated. Add this to your MCP client config:
The Craft of Exile cache is stored in your platform user-cache dir (e.g. %LOCALAPPDATA%\poe-data-mcp\Cache on Windows, ~/.cache/poe-data-mcp elsewhere); override with the POE_DATA_MCP_CACHE_DIR env var. The optional fetch_youtube_* tools use the bundled yt-dlp.
β οΈ Python 3.10+ is required. poe-data-mcp will not work without it. Download from python.org if you don't have it.
You can then launch it via the poe-data-mcp command, python -m poe_data_mcp, or python server.py.
π‘ Not sure how to configure your client? Ask your AI assistant directly: "Guide me step by step to add a local MCP server called poe-data-mcp to my MCP client config. The command is
pythonand the argument is the full path toserver.pyin the poe-data-mcp folder I cloned." It will walk you through finding the config file and adding the correct JSON block for your OS.
The mcpServers block below is the same shape used by most MCP clients (Claude Desktop/Code, Cursor, Windsurf, Cline, VS Code, Zedβ¦) β only the config file location differs. Replace the path with the directory where you cloned the repo. For a step-by-step visual walkthrough, see examples.md.
File location:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonmacOS / Linux:
Windows:
Add to your project's .mcp.json. See mcp.json.example for the template.
Note: Use the full absolute path to
server.py.
search_gemSearch for Path of Exile gems by name or description keyword.
| Parameters | query: str β keyword to match against gem names and descriptions |
| Returns | List of matching gems with name, type (active/support), tags, and short description. Fuzzy matched, up to 20 results. |
get_gem_detailGet detailed information about a specific gem.
| Parameters | gem_name: str β e.g. "Fireball" or "Leap Slam" |
| Returns | Full gem stats: tags, mana cost, cast time, quality bonuses, and a per-level table showing damage, radius, and other scaling values. |
search_itemSearch for Path of Exile unique items by name, base type, or mod keyword.
| Parameters | query: str β supports fuzzy matching; partial names, base types, and mod text all work |
| Returns | List of matching unique items with name, base type, and key mods. Up to 10 results. |
| Examples | "headhunter", "leather belt", "culling strike", "life leech dagger" |
get_item_detailGet detailed information about a specific unique item.
| Parameters | item_name: str β e.g. "Headhunter" or "Lifesprig" |
| Returns | Full item data: base type, implicits, all explicit mods with value ranges, flavour text, acquisition methods (div cards, vendor recipes, drop sources), and links to poedb and the Community Wiki. |
search_passiveSearch for passive skill tree nodes by name or stat keyword.
| Parameters | query: str β keyword to match against node names and stats |
type: str (optional) β filter by "keystone", "notable", "mastery", or "ascendancy" | |
| Returns | List of matching nodes with name, type, and stat preview. Excludes small passives and jewel sockets unless directly matched by name. Up to 20 results. |
get_passive_detailGet full information about a specific passive skill tree node.
| Parameters | name: str β e.g. "Iron Reflexes" or "Divine Shield" |
| Returns | Full node stats, mastery effects (if applicable), reminder text, flavour text, ascendancy name, and a list of connected nodes. |
search_modsSearch for item modifiers (prefixes and suffixes) available on a given item type.
| Parameters | item_type: str β item type to look up. Examples: "helmets str", "daggers", "amulets", "boots dex", "body armours str int", "cobalt jewel" |
query: str (optional) β keyword to filter modifiers, e.g. "life", "fire resistance", "attack speed" | |
| Returns | Grouped list of prefixes and suffixes that can roll on that item type, with mod name, tier, item level requirement, and value ranges. Also includes corrupted implicits if present. |
env_searchSearch for maps and scarabs by name or keyword.
| Parameters | query: str β keyword to match against names and descriptions |
category: str (optional) β "maps" or "scarabs" to narrow results | |
| Returns | List of matching maps (with tier and boss) or scarabs (with effect text). |
env_detailGet detailed information about a specific map or scarab.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/poe-data-mcp-path-of-exile-game-data)<a href="https://allmcps.com/mcp/poe-data-mcp-path-of-exile-game-data"><img src="https://allmcps.com/api/badge/poe-data-mcp-path-of-exile-game-data?style=directory" alt="Poe Data Mcp Path of Exile game data on AllMCPs" /></a>