Connects Claude to the Monster Hunter World database at mhw-db.com with no authentication required. Part of the Pipeworx gateway ecosystem, which aggregates 673+ data sources behind a single MCP interface. You can either connect to this dedicated MHW endpoint or use the full Pipeworx gateway to access everything at once. Includes an ask_pipeworx tool that lets you query in plain English instead of calling specific functions. Reach for this if you're building Monster Hunter tools, need game data for a wiki or companion app, or want to prototype something that queries equipment stats, monster info, or item databases without dealing with REST APIs directly.
MHW MCP — Monster Hunter World data (mhw-db.com, free, no auth)
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": {
"mhw": {
"url": "https://gateway.pipeworx.io/mhw/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 Mhw data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
com.mcparmory/google-sheets
domdomegg/google-sheets-mcp
henilcalagiya/google-sheets-mcp
cct15/war-dashboard-data
moooonad/mcp-google-sheets-full
io.github.br0ski777/csv-to-json