Pascal 3D Editor for Grok
io.github.pascalorg/editor
Create, inspect, validate, and save editable 3D building scenes with Pascal's hosted MCP server.
client:Grok
transport:streamable-http
Install Pascal 3D Editor in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"editor": {
"type": "http",
"url": "https://editor.pascal.app/api/mcp"
}
}
}
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