facebook/react
MCP ServerReact MCP Server - official React documentation and compiler tools
React MCP server providing access to React documentation and compiler tools.
MCP Server
- Package:
react-mcp-server - Transport: stdio
- Command:
npx react-mcp-server
Authentication
None required
| Variable | Required | Description |
|---|---|---|
| — | — | No environment variables required |
Available Tools
| Tool | Description |
|---|---|
*Auto-discovered* | React documentation and compiler tools |
Configuration Example
[[mcp.servers]]
name = "react"
type = "stdio"
command = "npx"
args = ["-y", "react-mcp-server"]
timeout_seconds = 60
tools = []Notes: Official Facebook React package. Verify availability — the GitHub path may have moved.