Skip to content
Cursor

mcp react toolkit for Cursor

io.github.nishant-chaudhary5338/mcp-react-toolkit

9 MCP servers for React/TypeScript — dep auditing, a11y, test gen, and TypeScript enforcement.

client:Cursor transport:stdio runtime:npm

Install mcp react toolkit in Cursor

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

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

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

mcp react toolkit in other clients