vrm toolkit mcp for Cursor
io.github.dwarehouse1/vrm-toolkit-mcp
Inspect, validate and preview VRM / VRMA files from an AI agent (5 tools, local stdio server).
client:Cursor
transport:stdio
runtime:npm
Install vrm toolkit mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"vrm-toolkit-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"vrm-toolkit-mcp"
],
"env": {
"VRM_TOOLKIT_CHROME": "<VRM_TOOLKIT_CHROME>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs