Webmcp-react – React hooks that turn your website into an MCP server
React bindings for emerging WebMCP spec, but it's experimental and agents can't use it yet without the extension.

When working with react I hated how components became hundreds of line of code with tons of intertwined hooks.
Heavily inspired by Angular’s mental model, I sought to bring 3 things into react -
- separate business logic from the rendering layer
- true reactive state using signals
- an easy but robust dependency injection system to share state, or replace implementations
Beyond that, I added some utils like async signal, forms management, and testing tools
I’d love to hear your opinion!
React bindings for emerging WebMCP spec, but it's experimental and agents can't use it yet without the extension.
Class-based stores for React when you're tired of useEffect spaghetti.
Pure-JS text layout at 0.03ms beats getBoundingClientRect reflow hacks for accordions.
Figma-like visual editing for React that writes directly to your source files.
Auto-generates React from Python MCP, but MCP frontend tooling is already maturing.
Kills the Inspect Element copy-paste loop by writing visual changes back to source.