← Back to Plugins
MCP Server MCP

io.github.dwarehouse1/vrm-toolkit-mcp

github By github 👁 1 views ▲ 0 votes

Inspect, validate and preview VRM / VRMA files from an AI agent (5 tools, local stdio server).

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "vrm-toolkit-mcp",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Optional path to a Chromium-based browser executable for the rendering tools",
          "name": "VRM_TOOLKIT_CHROME"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...