Odel
vg resource mcp

vg resource mcp

Local
@mrfentmenTypeScriptUpdated 1mo ago

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).

npmvg-resource-mcpv1.0.1

Run

npx -y vg-resource-mcp

MCP client config

{
  "mcpServers": {
    "vg-resource-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "vg-resource-mcp"
      ]
    }
  }
}