Connects Claude to the Wynncraft MMO API through Pipeworx's gateway infrastructure. Exposes leaderboard lookups plus player, guild, and item database queries for the Minecraft MMORPG server. You'd use this if you're building tools that need live Wynncraft stats, want to track competitive rankings, or are creating Discord bots or dashboards around guild activity. Hosted as a streamable HTTP endpoint, so no local installation needed. Part of Pipeworx's larger catalog of 673+ data sources, meaning you can combine it with other game APIs or general data tools through their unified gateway if your project needs broader integration.
Wynncraft MCP.
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|---|
leaderboard | Leaderboard. |
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"wynncraft": {
"url": "https://gateway.pipeworx.io/wynncraft/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Wynncraft data" })
The gateway picks the right tool and fills the arguments automatically.
MIT