poe-data-mcp - Path of Exile game data runs on your own machine — the client starts it, so there is no endpoint to ping. 57 installs a week from pypi. Last commit 9 Aug 2026.
MCP server for Path of Exile game data: wiki, economy, and Craft of Exile lookups
We read the source, 20 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
return subprocess.run(
elif "pastebin.com" in url:
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add poe-data-mcp -- uvx poe-data-mcp
{
"mcpServers": {
"poe-data-mcp": {
"args": [
"poe-data-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.poe-data-mcp]
command = "uvx"
args = ["poe-data-mcp"]
{
"mcpServers": {
"poe-data-mcp": {
"args": [
"poe-data-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"poe-data-mcp": {
"args": [
"poe-data-mcp"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
POE_DATA_MCP_CACHE_DIR (Directory for the Craft of Exile data cache. Defaults to the platform user-cache dir (e.g. %LOCALAPPDATA%/poe-data-mcp on Windows, ~/.cache/poe-data-mcp elsewhere).).
The author declared them in the registry entry; get the values from the project itself.
Read-only MCP for the Eco game wiki: search, Markdown pages, and wiki_* lookups. No keys, no writes.
Local-first MCP server for Claude/Codex project wiki and graph workflows
Secure MCP server for MediaWiki wikis — search, pages, categories, and more
Official MCP server for Anytype API - your encrypted, local and collaborative wiki.
MCP server for searching and reading PmWiki pages with text queries and group filtering.
MCP server for Atlassian Confluence Data Center - access and manage content
MCP server for Atlassian Confluence Data Center - access and manage content
Castor for Confluence Data Center — MCP server bridging Confluence DC with AI agents
Answers built from our own checks of this server.