Skip to content

mcp react toolkit for Zed

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

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

client:Zed transport:stdio runtime:npm

Install mcp react toolkit in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "mcp-react-toolkit": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-react-toolkit"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

mcp react toolkit in other clients