meshcheck mcp for Cursor
io.github.brac/meshcheck-mcp
Deterministic validation, rendering, and inspection of GLB/glTF 3D models via the meshcheck API.
client:Cursor
transport:stdio
runtime:npm
Install meshcheck mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"meshcheck-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"meshcheck-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs