Skip to content
Cursor

vg resource mcp for Cursor

io.github.mrfentmen/vg-resource-mcp

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

client:Cursor transport:stdio runtime:npm

Install vg resource mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

vg resource mcp in other clients