Skip to content
Cline

Perfonext Render MCP for Cline

io.github.souvikdu/perfonext-render-mcp

MCP server for analyzing React Profiler exports: rerenders, commit spikes, slow components.

client:Cline transport:stdio runtime:npm

Install Perfonext Render MCP in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

{
  "mcpServers": {
    "perfonext-render-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@perfonext/render-mcp"
      ]
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Perfonext Render MCP in other clients