PluginBench
MCP Server
Active

poe-data-mcp - Path of Exile game data MCP Server

io.github.charleslucas/poe-data-mcp

What is the poe-data-mcp - Path of Exile game data MCP server?

MCP server for Path of Exile game data: wiki, economy, and Craft of Exile lookups

How to install poe-data-mcp - Path of Exile game data

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • 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).

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "poe-data-mcp": {
      "command": "uvx",
      "args": [
        "poe-data-mcp"
      ],
      "env": {
        "POE_DATA_MCP_CACHE_DIR": "<YOUR_POE_DATA_MCP_CACHE_DIR>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "poe-data-mcp": {
      "command": "uvx",
      "args": [
        "poe-data-mcp"
      ],
      "env": {
        "POE_DATA_MCP_CACHE_DIR": "<YOUR_POE_DATA_MCP_CACHE_DIR>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "poe-data-mcp": {
      "command": "uvx",
      "args": [
        "poe-data-mcp"
      ],
      "env": {
        "POE_DATA_MCP_CACHE_DIR": "<YOUR_POE_DATA_MCP_CACHE_DIR>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "poe-data-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "poe-data-mcp"
      ],
      "env": {
        "POE_DATA_MCP_CACHE_DIR": "<YOUR_POE_DATA_MCP_CACHE_DIR>"
      }
    }
  }
}
Claude Code
claude mcp add poe-data-mcp --env POE_DATA_MCP_CACHE_DIR=<YOUR_POE_DATA_MCP_CACHE_DIR> -- uvx poe-data-mcp

Related MCP servers

Control a real Chrome browser to complete any task: fill forms, extract data, book flights.

110k
Python
MIT
View repository →

Real-time global intelligence: markets, conflicts, country risk, energy, and infrastructure monitoring via 39 MCP tools.

83k
TypeScript
AGPL-3.0
View repository →

Netdata

Active

Real-time infrastructure monitoring with per-second metrics, ML-powered anomaly detection, and zero-configuration setup.

80k
Go
GPL-3.0
View repository →

Trending hip-hop artist momentum scores across four cultural dimensions.

79k
TypeScript
MIT
View repository →

AI orchestration platform with 100+ agents, swarm coordination, and self-learning memory for enterprise development.

68k
TypeScript
MIT
View repository →

Web scraping with stealth HTTP, real browsers, and Cloudflare bypass capabilities.

67k
Python
BSD-3-Clause
View repository →