gamebanana mcp for Cursor
io.github.mrfentmen/gamebanana-mcp
Use this MCP server to GameBanana, the game mods database. Search mods by game, browse mod...
client:Cursor
transport:stdio
runtime:npm
Install gamebanana mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"gamebanana-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"gamebanana-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs