Skip to content
Cursor

react render profile mcp for Cursor

io.github.vola-trebla/react-render-profile-mcp

Decodes React DevTools Profiler exports into render summaries and memoization advice for AI agents.

client:Cursor transport:stdio runtime:npm

Install react render profile mcp in Cursor

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

{
  "mcpServers": {
    "react-render-profile-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "react-render-profile-mcp"
      ]
    }
  }
}

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

react render profile mcp in other clients