@Reactuses/MCP MCP Server

115+ production-ready React Hooks for sensors, UI, state & browser APIs. Tree-shakable, SSR-safe, TypeScript-first. Used by Shopee, PDD & Ctrip.

Local serverstdioTypeScript

What is the @Reactuses/MCP MCP server?

If you already use @Reactuses/MCP, the @reactuses/mcp mcp server is the piece that lets your assistant work with it directly. 115+ production-ready React Hooks for sensors, UI, state & browser APIs. Tree-shakable, SSR-safe, TypeScript-first. Used by Shopee, PDD & Ctrip. Inspired by VueUse.

What the server does

const Demo = () => { const [on, toggle] = useToggle(true); return {on ? "ON" : "OFF"}; }; ```

  • 🎯 100+ Hooks — The most comprehensive React hooks collection
  • 📦 Tree-Shakable — Import only what you need
  • 🔷 TypeScript — Full type definitions for every hook
  • 🖥️ SSR Compatible — Works with Next.js, Remix, and more
  • 📚 Well Documented — Interactive demos for every hook
  • 🤖 MCP Support — AI-powered hook discovery

Installation

@reactuses/core on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • Features — The Features tool exposed by this server
  • Installation — The Installation tool exposed by this server

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Where it fits

Plenty of browser automation servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. @Reactuses/MCP's toolset — Features, Installation — is a fair guide to whether it matches your workflow. It is maintained by childrentime; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Available tools

ToolWhat it does
FeaturesThe Features tool exposed by this server.
InstallationThe Installation tool exposed by this server.

How to install the @Reactuses/MCP MCP server

{
  "mcpServers": {
    "childrentime": {
      "command": "npx",
      "args": ["-y", "@reactuses/core"]
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Example prompts to try

  • Use @Reactuses/MCP to Features.
  • Use @Reactuses/MCP to Installation.

Frequently asked questions

It connects @Reactuses/MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 2 tools (Features, Installation) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with @Reactuses/MCP directly.