IGDB Games MCP by UnClick for Cursor
io.github.malamutemayhem/igdb
Video game database: search games, companies, genres, and platforms via IGDB. By UnClick.
client:Cursor
transport:stdio
runtime:npm
Install IGDB Games MCP by UnClick in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"igdb": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@unclick/igdb-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs