vrm toolkit mcp for Grok
io.github.dwarehouse1/vrm-toolkit-mcp
Inspect, validate and preview VRM / VRMA files from an AI agent (5 tools, local stdio server).
client:Grok
transport:stdio
runtime:npm
Install vrm toolkit mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"vrm-toolkit-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"vrm-toolkit-mcp"
],
"env": {
"VRM_TOOLKIT_CHROME": "<VRM_TOOLKIT_CHROME>"
}
}
}
}
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