mcpbeat Sign in

Vrm Toolkit MCP Server

by dwarehouse1 Your server? Claim it
local only

Vrm Toolkit MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 33 installs a week from npm. Last commit 5 Aug 2026.

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

Installs per day peak 259 · avg 10
a month agotoday
33
Installs / week
npm · vrm-toolkit-mcp
0
Stars
0 open issues
5 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Vrm Toolkit MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add vrm-toolkit-mcp -- npx -y vrm-toolkit-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "vrm-toolkit-mcp": {
      "args": [
        "-y",
        "vrm-toolkit-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.vrm-toolkit-mcp]
command = "npx"
args = ["-y", "vrm-toolkit-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "vrm-toolkit-mcp": {
      "args": [
        "-y",
        "vrm-toolkit-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "vrm-toolkit-mcp": {
      "args": [
        "-y",
        "vrm-toolkit-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: VRM_TOOLKIT_CHROME (Optional path to a Chromium-based browser executable for the rendering tools). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Vrm Toolkit MCP

same job, measured the same way
Product Lock MCP
by nickjazz

Product Lock tools for AI agents: generate, review, validate, and score locks.

42 installs/wk local only
I
Tiled MCP
by fablenator

Inspect, validate and surgically edit Tiled map files (.tmx/.tmj) — byte-preserving, 12 tools.

40 installs/wk local only
I18n Codelens MCP
by hepter

Inspect, audit and safely edit i18n locale JSON files from AI agents.

49 installs/wk local only
Modelbound MCP
by modelbound

Local-first MCP server for agent skills. Validate, lint, diff, and convert across IDEs.

51 installs/wk local only
Mif Tools
by varun29ankus

Convert, validate, and inspect AI agent memories across formats

63 installs/wk local only
Dotnet Template MCP
by yuliiakovalova

MCP server for dotnet new: discover, inspect, preview and create .NET projects from templates.

local only
Kaiord
by pablo-albaladejo

Convert, validate, and inspect workout files (FIT, TCX, ZWO, Garmin Connect) for AI agents.

49 installs/wk local only
Iso20022 Bank Profile MCP
by sebastienrousseau

Local MCP server that serves and validates bank-specific ISO 20022 clearing profiles.

212 installs/wk local only

Vrm Toolkit MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Vrm Toolkit MCP?
Vrm Toolkit MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package vrm-toolkit-mcp was installed 33 times last week.
How do I connect Vrm Toolkit MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls vrm-toolkit-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Vrm Toolkit MCP?
The npm package vrm-toolkit-mcp was installed 33 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Vrm Toolkit MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.