{
  "markdown": "# VG Resource MCP\n\nAn MCP server for The VG Resource network. Search, browse, and download game sprites, models, textures, and sounds across 100k+ assets from 50+ consoles.\n\n## What it does\n\nSearch across four sites at once. Browse consoles, games, and assets. Download individual files or batch download entire games.\n\n## Tools\n\n- search_assets. Search sprites, models, textures, or sounds by name.\n- browse_console. List all games for a console.\n- browse_game. List all assets for a specific game.\n- get_asset_detail. Get metadata plus download URL.\n- get_latest. Recently uploaded assets.\n- get_popular. Most viewed assets.\n- random_asset. Random pick from 100k+ assets.\n- cross_reference. Find the same game across all four resources.\n- list_consoles. All available platforms.\n- download_asset. Download a single file to disk.\n- batch_download. Download multiple files to a directory.\n\n## Install\n\n```bash\nnpx vg-resource-mcp\n```\n\n## Claude Desktop setup\n\nAdd this to your claude_desktop_config.json:\n\n```json\n{\n  \"mcpServers\": {\n    \"vg-resource\": {\n      \"command\": \"node\",\n      \"args\": [\"/absolute/path/to/vg-resource-mcp/dist/index.js\"]\n    }\n  }\n}\n```\n\nOr use npx:\n\n```json\n{\n  \"mcpServers\": {\n    \"vg-resource\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"vg-resource-mcp\"]\n    }\n  }\n}\n```\n\n## Example usage\n\nAsk Claude:\n\n\"Find all Crash Bandicoot PlayStation models and download them to my Downloads folder\"\n\n\"Search for Mario textures across all resources\"\n\n\"Show me the latest uploads to the Spriters Resource\"\n\n\"Browse all SNES games\"\n\n## Supported resources\n\n- The Spriters Resource (2D sprites)\n- The Models Resource (3D models)\n- The Textures Resource (textures)\n- The Sounds Resource (audio)\n\n## Rate limiting\n\nThe server includes built in rate limiting (500ms between requests) to be respectful to the source sites.\n\n## License\n\nMIT\n",
  "bytes": 1857,
  "sha": "e8a34b76f55f6828b17db6551c1b482330f287ea9a3b497bb0845f335b99ebe4",
  "repo_slug": "mrfentmen/vg-resource-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_mrfentmen_vg_resource_mcp_c3a22592/readme"
}