What is the io.github.mrfentmen/rom-mcp MCP server?
Search ROMs across Internet Archive, ROMsgames, CoolROM, and more. Verify checksums and parse saves.
How to install io.github.mrfentmen/rom-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"rom-mcp": {
"command": "npx",
"args": [
"-y",
"rom-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"rom-mcp": {
"command": "npx",
"args": [
"-y",
"rom-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"rom-mcp": {
"command": "npx",
"args": [
"-y",
"rom-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"rom-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"rom-mcp"
]
}
}
}Claude Code
claude mcp add rom-mcp -- npx -y rom-mcp