Search and download sprites, models, textures, and sounds from VG Resource.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y vg-resource-mcp
MCP client config
{
"mcpServers": {
"vg-resource-mcp": {
"command": "npx",
"args": [
"-y",
"vg-resource-mcp"
]
}
}
}