Skip to content
Cursor

3dstreet for Cursor

app.3dstreet/3dstreet

Drive an open 3DStreet scene tab from Claude Desktop or Claude Code via MCP tool calls.

client:Cursor transport:stdio runtime:npm

Install 3dstreet in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "3dstreet": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "3dstreet-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

3dstreet in other clients