vg-resource-mcp
MCP server for The VG Resource network. Search, browse, and download game sprites, models, textures, and sounds across 100k+ assets.
Documentation
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
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
Frequently asked questions
What is vg-resource-mcp?
vg-resource-mcp is MCP server for The VG Resource network. Search, browse, and download game sprites, models, textures, and sounds across 100k+ assets.
How do I install vg-resource-mcp?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is vg-resource-mcp open source?
Yes — it is hosted on GitHub at https://github.com/mrfentmen/vg-resource-mcp.
Related MCP tools
Model Context Protocol Servers
The Open-Source Multimodal AI Agent Stack: Connecting Cutting-Edge AI Models and Agent Infra
A MCP for Claude Desktop / Claude Code / Windsurf / Cursor to build n8n workflows for you
MCP server to provide Figma layout information to AI coding agents like Cursor
The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Instant is the best backend for AI-coded apps. You get auth, permissions, storage, presence, and streams — everything you need to ship apps your users will love.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP