Back to Browse

Rom MCP Server

Developer ToolsUse Caution3.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Search ROMs across Internet Archive, ROMsgames, CoolROM, and more. Verify checksums and parse saves.

About

Search ROMs across Internet Archive, ROMsgames, CoolROM, and more. Verify checksums and parse saves.

Security Report

3.2
Use Caution3.2High Risk

This MCP server facilitates ROM piracy by providing tools to search, download, and verify game ROMs from unlicensed sources. While the code itself has reasonable error handling and input validation, the server's core purpose—enabling copyright infringement at scale—constitutes a critical policy violation. Additionally, there are security concerns including unvalidated HTML parsing, missing path traversal protections, and overly broad filesystem/network access used explicitly for illegal purposes. Supply chain analysis found 1 known vulnerability in dependencies (0 critical, 1 high severity). Package verification found 1 issue.

6 files analyzed · 11 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.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

How to Install

Add this to your MCP configuration file:

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

Documentation

View on GitHub

From the project's GitHub README.

ROM MCP

An MCP server for searching, verifying, and managing game ROM collections. Search Internet Archive, verify checksums against No-Intro and Redump databases, parse emulator save files, and download ROMs.

What it does

Search for ROMs across Internet Archive, ROMsgames.net, CoolROM, Arcade Punks, ROMsFun, and Reddit r/Roms. Verify ROM integrity using checksums. Identify unknown ROMs by hash. Parse save files to check playtime and progress. Scan entire collections and catalog everything.

Supported Sources

  • Internet Archive - Search via the IA API
  • ROMsgames.net - HTML scraping
  • CoolROM - HTML scraping
  • Arcade Punks - HTML scraping
  • ROMsFun - HTML scraping
  • Reddit r/Roms - Community discussions and recommendations

Tools

  • search_rom. Search Internet Archive for game ROMs by title or keyword.
  • search_all_sources. Search across all ROM sources (Internet Archive, ROMsgames, CoolROM, Arcade Punks, ROMsFun, Reddit r/Roms).
  • search_romsgames. Search ROMsgames.net for ROMs.
  • search_coolrom. Search CoolROM for ROMs.
  • search_arcadepunks. Search Arcade Punks for ROMs.
  • search_romsfun. Search ROMsFun for ROMs.
  • search_reddit_roms. Search Reddit r/Roms for community discussions and recommendations.
  • verify_rom. Compute MD5 and SHA1 checksums and verify against known databases.
  • match_by_checksum. Identify a game by providing its hash.
  • parse_save_file. Read emulator save files (.sav, .srm, .states).
  • scan_collection. Scan a directory and identify all ROM files.
  • get_download_link. Get direct download URL from Internet Archive.
  • download_rom. Download a ROM to a local directory.
  • detect_console. Detect the console from filename or path.

Install

npx rom-mcp

Claude Desktop setup

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "rom": {
      "command": "npx",
      "args": ["-y", "rom-mcp"]
    }
  }
}

Example usage

Ask Claude:

"Search Internet Archive for Super Mario World ROMs"

"Verify this ROM file at ~/Downloads/game.sfc"

"What game is this? MD5: a1b2c3d4e5f6..."

"Scan my ROM collection at ~/ROMs and tell me what I have"

"Download the Sonic the Hedgehog ROM to my desktop"

"Parse this save file and tell me how much playtime I have"

Checksum verification

The server computes MD5 and SHA1 hashes of ROM files and checks them against known databases to verify integrity and identify games.

Save file support

Parses common emulator save formats including .srv, .srm, .sav, .states, and .ss files.

License

MIT

Reviews

No reviews yet

Be the first to review this server!