vg-resource-mcp
Provides tools to search, browse, and download 3D game models from The Models Resource.
Provides tools to search, browse, and download game audio files from The Sounds Resource.
Provides tools to search, browse, and download 2D game sprites from The Spriters Resource.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@vg-resource-mcpSearch for Mario textures across all resources"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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-mcpClaude 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
This server cannot be deployed
Maintenance
Related MCP Connectors
An MCP server that provides asset auto generator
MCP registry & directory: search, find & install 31k+ MCP servers & tools. Catalog and marketplace.
Generate authentic pixel art - sprites, animations, and tilesets - from any MCP client
Find the right MCP server for your task. 4,500+ servers ranked by community trust.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceUnofficial MCP server for thiings.co enabling search, browse, and download of 10,000+ AI-generated 3D icons from any MCP client.9 npm2MIT
- AlicenseNot gradedqualityDmaintenanceA Python MCP server for searching, downloading, extracting, inspecting, and previewing game assets from multiple public sources.3MIT
- FlicenseBqualityBmaintenanceMCP server for searching, browsing, and analyzing decompiled Minecraft source code locally. Supports symbol lookup, text search, reference lookup, and lightweight RAG.11-
- AlicenseAqualityDmaintenanceA Model Context Protocol (MCP) server that provides tools to query the official MCP Registry.431 npm3MIT