poe-data-mcp - Path of Exile game data for VS Code
io.github.charleslucas/poe-data-mcp
MCP server for Path of Exile game data: wiki, economy, and Craft of Exile lookups
client:VS Code
transport:stdio
runtime:pypi
Install poe-data-mcp - Path of Exile game data in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "poe-data-mcp-cache-dir",
"description": "POE_DATA_MCP_CACHE_DIR",
"password": true
}
],
"servers": {
"poe-data-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"poe-data-mcp"
],
"env": {
"POE_DATA_MCP_CACHE_DIR": "${input:poe-data-mcp-cache-dir}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs