MCP Server
Active
io.github.mrfentmen/vg-resource-mcp MCP Server
io.github.mrfentmen/vg-resource-mcp
What is the io.github.mrfentmen/vg-resource-mcp MCP server?
Search and download sprites, models, textures, and sounds from VG Resource.
How to install io.github.mrfentmen/vg-resource-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": {
"vg-resource-mcp": {
"command": "npx",
"args": [
"-y",
"vg-resource-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"vg-resource-mcp": {
"command": "npx",
"args": [
"-y",
"vg-resource-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"vg-resource-mcp": {
"command": "npx",
"args": [
"-y",
"vg-resource-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"vg-resource-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"vg-resource-mcp"
]
}
}
}Claude Code
claude mcp add vg-resource-mcp -- npx -y vg-resource-mcpRelated MCP servers
Search ROMs across Internet Archive, ROMsgames, CoolROM, and more. Verify checksums and parse saves.
0
View repository →TypeScript