Back to directory
nishant-chaudhary5338/mcp-toolkit

nishant-chaudhary5338/mcp-toolkit

@Nishant-Chaudhary5338

17 MCP servers for React + TypeScript development automation — component scaffolding, code quality, testing, and monorepo management.

reacttypescriptautomationcomponent-scaffoldingcode-qualitytestingmonorepomcp

Installation & Configuration

{
  "mcpServers": {
    "component-factory": {
      "command": "node",
      "args": [
        "/path/to/mcp-toolkit/tools/component-factory/build/index.js"
      ]
    },
    "component-reviewer": {
      "command": "node",
      "args": [
        "/path/to/mcp-toolkit/tools/component-reviewer/build/index.js"
      ]
    },
    "dep-auditor": {
      "command": "node",
      "args": [
        "/path/to/mcp-toolkit/tools/dep-auditor/build/index.js"
      ]
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/11
Updated
2026/6/12