Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
https://github.com/Streen9/react-mcp
by
Streen9
Verified
GitHub
Developer Tools
JavaScript
MIT License
1
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
.gitignore
index.js
LICENSE
package.json
package-lock.json
README.md
{ "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" } }