https://github.com/Streen9/react-mcp

by Streen9
Verified
{ "name": "react-mcp", "version": "0.1.0", "description": "A React MCP server for Claude integration", "type": "module", "main": "index.js", "scripts": { "start": "node index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "gkvp70@gmail.com", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "js-yaml": "^4.1.0", "zod": "^3.22.4" } }