Back to Browse

Gamebanana MCP Server

Developer ToolsModerate7.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Use this MCP server to GameBanana, the game mods database. Search mods by game, browse mod...

About

Use this MCP server to GameBanana, the game mods database. Search mods by game, browse mod...

Security Report

7.2
Moderate7.2Low Risk

Clean, well-structured MCP server for querying the GameBanana mods database. Authentication is not required by the GameBanana API (as documented), which is appropriate for a public read-only service. Code properly validates inputs with Zod, handles errors defensively, and makes only expected network calls to a legitimate public API. Minor code quality observations do not affect the security posture. Supply chain analysis found 1 known vulnerability in dependencies (0 critical, 1 high severity). Package verification found 1 issue.

5 files analyzed · 5 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-mrfentmen-gamebanana-mcp": {
      "args": [
        "-y",
        "gamebanana-mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

gamebanana mcp

The GameBanana mods database, millions of game mods across Doom, Half Life, GTA, Minecraft and everything else. No key.

Tools

  • search_mods, search mods by name across all games
  • get_mod, description, author, game, downloads, file size, download link
  • get_game_mods, the latest mods for a game id (find ids via get_mod on any of that game's mods, the mod page shows its game)

Run

npm install && npm run build && node dist/index.js

Example

search_mods("Brutal Doom") → pick a mod id → get_mod(<id>) shows the game id → get_game_mods(<gameId>) for the full feed.

Reviews

No reviews yet

Be the first to review this server!