poe-data-mcp - Path of Exile game data for Cursor
io.github.charleslucas/poe-data-mcp
MCP server for Path of Exile game data: wiki, economy, and Craft of Exile lookups
client:Cursor
transport:stdio
runtime:pypi
Install poe-data-mcp - Path of Exile game data in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"poe-data-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"poe-data-mcp"
],
"env": {
"POE_DATA_MCP_CACHE_DIR": "<POE_DATA_MCP_CACHE_DIR>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs