React Webmcp
Freeby MCP Community
React hooks for Model Context Protocol (MCP) - expose React components as AI tools for Claude, ChatGPT, Cursor, and Copilot with Zod validation
v2.2.0Added Apr 12, 2026
mcpmodel-context-protocolreacthooksreact-hooks
React Webmcp MCP Server
React hooks for Model Context Protocol (MCP) - expose React components as AI tools for Claude, ChatGPT, Cursor, and Copilot with Zod validation
Installation
Reviews
Installation
Quick install
npx -y @mcp-b/react-webmcp
Add to claude_desktop_config.json
{
"mcpServers": {
"react-webmcp": {
"command": "npx",
"args": ["-y", "@mcp-b/react-webmcp"]
}
}
}