PoeMCP — Path of Exile game data runs on your own machine — the client starts it, so there is no endpoint to ping. 66 installs a week from pypi.
MCP server for Path of Exile game data: wiki, economy, and Craft of Exile lookups
The linked repository no longer exists on GitHub — it was deleted or made private.
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 poemcp -- uvx poemcp
{
"mcpServers": {
"poemcp": {
"args": [
"poemcp"
],
"command": "uvx"
}
}
}
[mcp_servers.poemcp]
command = "uvx"
args = ["poemcp"]
{
"mcpServers": {
"poemcp": {
"args": [
"poemcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"poemcp": {
"args": [
"poemcp"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.