Skip to content
Claude Desktop

Pascal 3D Editor for Claude Desktop

io.github.pascalorg/editor

Create, inspect, validate, and save editable 3D building scenes with Pascal's hosted MCP server.

client:Claude Desktop transport:streamable-http

Install Pascal 3D Editor in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "editor": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://editor.pascal.app/api/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Pascal 3D Editor in other clients