Connects Claude to Mojang's public APIs for Minecraft profile data. You get UUID lookups, player profile retrieval, name history, and blocked server lists. This is the tool to reach for when you're building Minecraft community features, mod tools, or server management utilities and need to resolve player identities or check historical usernames. Part of the Pipeworx gateway ecosystem, so you can either use this standalone endpoint or access it through their unified gateway alongside 673 other data sources. Uses streamable HTTP transport and includes an ask_pipeworx helper that lets you query in natural language instead of calling individual tools directly.
Mojang/Minecraft MCP.
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"mojang": {
"url": "https://gateway.pipeworx.io/mojang/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 Mojang data" })
The gateway picks the right tool and fills the arguments automatically.
MIT