Wraps the RAWG video games database API, giving you programmatic access to one of the largest gaming databases out there. While the repo doesn't list specific tools, RAWG typically provides lookups for games, platforms, genres, publishers, and release calendars. This is useful when you need to pull game metadata, check release dates, or build gaming recommendation features into your workflows. Part of the Pipeworx gateway ecosystem, so you can use it standalone or bundle it with 700+ other data sources. Includes an ask_pipeworx helper that interprets plain English questions and routes them to the right API calls automatically.
RAWG MCP — wraps the RAWG video games database API (rawg.io)
Part of Pipeworx — an MCP gateway connecting AI agents to 744+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"rawg": {
"url": "https://gateway.pipeworx.io/rawg/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 744+ 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 Rawg data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
hovecapital/read-only-local-postgres-mcp-server
cocaxcode/database-mcp
io.github.infoinlet-marketplace/mcp-mysql
io.github.cybeleri/database-admin
io.github.yash-0620/postgres-mcp-secured