mcp react toolkit for VS Code
io.github.nishant-chaudhary5338/mcp-react-toolkit
9 MCP servers for React/TypeScript — dep auditing, a11y, test gen, and TypeScript enforcement.
client:VS Code
transport:stdio
runtime:npm
Install mcp react toolkit in VS Code
.vscode/mcp.json
{
"servers": {
"mcp-react-toolkit": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-react-toolkit"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs