MCP server for Path of Exile game data: wiki, economy, and Craft of Exile lookups
Most developer tooling work still happens through a UI a human drives. PoeMCP — Path Of Exile Game Data MCP server moves it into the conversation instead. MCP server for Path of Exile game data: wiki, economy, and Craft of Exile lookups.
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.
The server publishes 14 tools. What each one is for:
Requirements — The Requirements tool exposed by this serversearch_gem — Search for Path of Exile gems by name or description keywordget_gem_detail — The get_gem_detail tool exposed by this serversearch_item — Search for Path of Exile unique items by name, base type, or mod keywordget_item_detail — The get_item_detail tool exposed by this serversearch_passive — Search for passive skill tree nodes by name or stat keywordget_passive_detail — Get full information about a specific passive skill tree nodesearch_mods — Search for item modifiers (prefixes and suffixes) available on a given item typeenv_search — The env_search tool exposed by this serverenv_detail — The env_detail tool exposed by this serverprice_check — Search poe.ninja for the current price of an item or currencycurrency_overview — The currency_overview tool exposed by this serverSetup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.
Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. PoeMCP — Path Of Exile Game Data's toolset — Requirements, search_gem, get_gem_detail and 11 more — is a fair guide to whether it matches your workflow. It is maintained by charleslucas; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against PoeMCP — Path Of Exile Game Data's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Requirements | The Requirements tool exposed by this server. |
| search_gem | Search for Path of Exile gems by name or description keyword. |
| get_gem_detail | The get_gem_detail tool exposed by this server. |
| search_item | Search for Path of Exile unique items by name, base type, or mod keyword. |
| get_item_detail | The get_item_detail tool exposed by this server. |
| search_passive | Search for passive skill tree nodes by name or stat keyword. |
| get_passive_detail | Get full information about a specific passive skill tree node. |
| search_mods | Search for item modifiers (prefixes and suffixes) available on a given item type. |
| env_search | The env_search tool exposed by this server. |
| env_detail | The env_detail tool exposed by this server. |
| price_check | Search poe.ninja for the current price of an item or currency. |
| currency_overview | The currency_overview tool exposed by this server. |
| fetch_wiki_page | The fetch_wiki_page tool exposed by this server. |
| parse_pob | Parse a Path of Building export code or share URL into a full build summary. |
{
"mcpServers": {
"poe-data-mcp": {
"command": "uvx",
"args": ["poe-data-mcp"]
}
}
}Configuration as documented by the project. Restart the client after saving.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.