What is the io.github.brac/meshcheck-mcp MCP server?
Deterministic validation, rendering, and inspection of GLB/glTF 3D models via the meshcheck API.
How to install io.github.brac/meshcheck-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"meshcheck-mcp": {
"command": "npx",
"args": [
"-y",
"meshcheck-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"meshcheck-mcp": {
"command": "npx",
"args": [
"-y",
"meshcheck-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"meshcheck-mcp": {
"command": "npx",
"args": [
"-y",
"meshcheck-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"meshcheck-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"meshcheck-mcp"
]
}
}
}Claude Code
claude mcp add meshcheck-mcp -- npx -y meshcheck-mcpRelated MCP servers
Agents author particlr .prt particle effects headlessly: validate, simulate, render to PNG, patch.