MCP server for Path of Exile game data: wiki, economy, and Craft of Exile lookups
MCPpedia last refreshed this data
io.github.charleslucas/poe-data-mcp is an MCP server that MCP server for Path of Exile game data: wiki, economy, and Craft of Exile lookups. Its tool list has not been published yet over stdio, requires no API key, and scores 39/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"poe-data-mcp": {
"args": [
"poe-data-mcp"
],
"command": "uvx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
This product is not affiliated with or endorsed by Grinding Gear Games in any way.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in education
A Model Context Protocol server for searching and analyzing arXiv papers
ARIS ⚔️ (Auto-Research-In-Sleep) — Lightweight Markdown-only skills for autonomous ML research: cross-model review loops, idea discovery, and experiment automation. No framework, no lock-in — works with Claude Code, Codex, OpenClaw, or any LLM agent.
1000+ scientific tools for AI scientists: life science, reserach, literature, and more.
Search open-source research papers across arXiv, OpenAlex, Crossref, PubMed, Semantic Scholar.
MCP Security Weekly
Get CVE alerts and security updates for io.github.charleslucas/poe-data-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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:
{
"mcpServers": {
"poe-data-mcp": {
"command": "uvx",
"args": ["poe-data-mcp"]
}
}
}
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.
git clone https://github.com/charleslucas/poe-data-mcp.git
cd poe-data-mcp
pip install -e .
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:
{
"mcpServers": {
"poe-data-mcp": {
"command": "python",
"args": ["/path/to/poe-data-mcp/server.py"]
}
}
}
Windows:
{
"mcpServers": {
"poe-data-mcp": {
"command": "python",
"args": ["C:\\path\\to\\poe-data-mcp\\server.py"]
}
}
}
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 matc |