Skip to content
Grok

vg resource mcp for Grok

io.github.mrfentmen/vg-resource-mcp

Search and download sprites, models, textures, and sounds from VG Resource.

client:Grok transport:stdio runtime:npm

Install vg resource mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "vg-resource-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mrfentmen/vg-resource-mcp"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

vg resource mcp in other clients