Skip to main content
ClaudeWave

MCP server for The VG Resource network. Search, browse, and download game sprites, models, textures, and sounds across 100k+ assets.

MCP ServersOfficial Registry0 stars0 forksTypeScriptUpdated 1mo ago
ClaudeWave Trust Score
57/100
· OK
Passed
  • Recently active
  • Clear description
  • Documented (README)
Flags
  • !No standard license detected
Last scanned: 9/22/2026
Install in Claude Code / Claude Desktop
Method: NPX · vg-resource-mcp
Claude Code CLI
claude mcp add vg-resource-mcp -- npx -y vg-resource-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "vg-resource-mcp": {
      "command": "npx",
      "args": ["-y", "vg-resource-mcp"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Use cases

MCP Servers overview

# VG Resource MCP

An MCP server for The VG Resource network. Search, browse, and download game sprites, models, textures, and sounds across 100k+ assets from 50+ consoles.

## What it does

Search across four sites at once. Browse consoles, games, and assets. Download individual files or batch download entire games.

## Tools

- search_assets. Search sprites, models, textures, or sounds by name.
- browse_console. List all games for a console.
- browse_game. List all assets for a specific game.
- get_asset_detail. Get metadata plus download URL.
- get_latest. Recently uploaded assets.
- get_popular. Most viewed assets.
- random_asset. Random pick from 100k+ assets.
- cross_reference. Find the same game across all four resources.
- list_consoles. All available platforms.
- download_asset. Download a single file to disk.
- batch_download. Download multiple files to a directory.

## Install

```bash
npx vg-resource-mcp
```

## Claude Desktop setup

Add this to your claude_desktop_config.json:

```json
{
  "mcpServers": {
    "vg-resource": {
      "command": "node",
      "args": ["/absolute/path/to/vg-resource-mcp/dist/index.js"]
    }
  }
}
```

Or use npx:

```json
{
  "mcpServers": {
    "vg-resource": {
      "command": "npx",
      "args": ["-y", "vg-resource-mcp"]
    }
  }
}
```

## Example usage

Ask Claude:

"Find all Crash Bandicoot PlayStation models and download them to my Downloads folder"

"Search for Mario textures across all resources"

"Show me the latest uploads to the Spriters Resource"

"Browse all SNES games"

## Supported resources

- The Spriters Resource (2D sprites)
- The Models Resource (3D models)
- The Textures Resource (textures)
- The Sounds Resource (audio)

## Rate limiting

The server includes built in rate limiting (500ms between requests) to be respectful to the source sites.

## License

MIT

What people ask about vg-resource-mcp

What is mrfentmen/vg-resource-mcp?

+

mrfentmen/vg-resource-mcp is mcp servers for the Claude AI ecosystem. MCP server for The VG Resource network. Search, browse, and download game sprites, models, textures, and sounds across 100k+ assets. It has 0 GitHub stars and its last recorded update is dated 2026-08-08.

How do I install vg-resource-mcp?

+

You can install vg-resource-mcp by cloning the repository (https://github.com/mrfentmen/vg-resource-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is mrfentmen/vg-resource-mcp safe to use?

+

Our security agent has analyzed mrfentmen/vg-resource-mcp and assigned a Trust Score of 57/100 (tier: OK). See the full breakdown of passed checks and flags on this page.

Who maintains mrfentmen/vg-resource-mcp?

+

mrfentmen/vg-resource-mcp is maintained by mrfentmen. The last recorded GitHub activity is dated 2026-08-08, with 0 open issues.

Are there alternatives to vg-resource-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy vg-resource-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: mrfentmen/vg-resource-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/mrfentmen-vg-resource-mcp)](https://claudewave.com/repo/mrfentmen-vg-resource-mcp)
<a href="https://claudewave.com/repo/mrfentmen-vg-resource-mcp"><img src="https://claudewave.com/api/badge/mrfentmen-vg-resource-mcp" alt="Featured on ClaudeWave: mrfentmen/vg-resource-mcp" width="320" height="64" /></a>

More MCP Servers

vg-resource-mcp alternatives