Skip to main content
Glama

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.

Related MCP server: ASSETMCP

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

npx vg-resource-mcp

Claude Desktop setup

Add this to your claude_desktop_config.json:

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

Or use npx:

{
  "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

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Generate authentic pixel art - sprites, animations, and tilesets - from any MCP client

  • MCP server for doc2mcp documentation, generated by doc2mcp.

  • This MCP server provides seamless access to Malaysia's government open data, including datasets, w…

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mrfentmen/vg-resource-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server