Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿ”’ Delivery
  3. Reactuse
Reactuse logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 2:32:57 PM

Reactuse

User RatingsBe the first to rate and review this MCP server!
View Repository1.1k GitHub StarsTotal stargazers on GitHub for the source repository (1,052 stars).Visit Website
reacthookstypescriptdeveloper-tools

Discover ReactUse hook signatures, demos, and usage patterns through an MCP-compatible documentation interface.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "childrentime-reactuse": {
      "command": "npx",
      "args": [
        "-y",
        "@reactuses/mcp@latest"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives๐Ÿ”’ More in Delivery

Overview

The childrentime/reactuse MCP server exposes ReactUse documentation to AI assistants for hook discovery. It provides access to signatures, interactive demos, and usage patterns for a collection of more than 100 TypeScript-focused React Hooks. Run the `@reactuses/mcp` utility locally over MCP stdio with `npx`. Reach for it when an agent needs to select or explain hooks for browser APIs, state, elements, effects, or related React features.

Use cases

โ€ขFind a React hook for browser API access
โ€ขCompare state and effect hook options
โ€ขReview a hook signature before coding
โ€ขGenerate usage guidance from documented demos

Key features

โ€ขDiscovers ReactUse hook signatures
โ€ขProvides hook usage patterns
โ€ขReferences interactive hook demos
โ€ขCovers browser, state, element, and effect categories
โ€ขRuns locally over MCP stdio

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Reactuse.

Extracted Tool Capabilities
Discovers ReactUse hook signatures
Provides hook usage patterns
References interactive hook demos
Covers browser, state, element, and effect categories
Runs locally over MCP stdio

How Reactuse works

What childrentime/reactuse MCP server does

The childrentime/reactuse MCP server makes the ReactUse hook library easier for AI assistants to inspect through Model Context Protocol. ReactUse is a collection of more than 100 React Hooks covering browser APIs, state management, DOM elements, effects, sensors, animations, and other common application needs. The MCP interface is intended for documentation discovery rather than for executing application code or changing a project.

An assistant can use the documentation exposed by childrentime/reactuse MCP server to look up hook signatures, review usage patterns, and inspect demos. This can help a developer compare available hooks before adding one to a React or TypeScript codebase.

How it works

The repository documents an MCP setup based on the @reactuses/mcp package. The package runs as a local stdio process, allowing an MCP client to start it and exchange requests through standard input and output. The README does not list individual MCP tool names, so the available operations should be understood as documentation and hook-discovery capabilities rather than a fixed, documented tool inventory.

The underlying ReactUse library is described as TypeScript-supported, tree-shaking friendly, and suitable for server-side-rendered applications including Next.js and Remix. Those are properties of the library being documented; the MCP process itself serves the related reference material to an assistant.

Setup and configuration

Start the server with npx using the package command documented by the project:

config.json
{
  "@reactuses/mcp": {
    "command": "npx",
    "args": ["-y", "@reactuses/mcp@latest"],
    "type": "stdio"
  }
}

No API key, account, or environment variable is specified in the provided setup. The ReactUse package used in application code is installed separately with npm i @reactuses/core; that is the library dependency, not the MCP server package.

Tools and capabilities

The documented subject areas include:

  • Browser hooks such as clipboard, media queries, geolocation, network state, notifications, and window state
  • State hooks for toggles, counters, local storage, debouncing, throttling, maps, and related state patterns
  • Element hooks for clicks outside elements, drag and drop, visibility, measurements, scrolling, focus, and observers
  • Effect hooks for intervals, timeouts, event listeners, mounting, unmounting, and comparison-based effects
  • The useQRCode integration hook

The MCP documentation is specifically described as providing hook signatures, demos, and usage patterns. It is therefore most suitable for generating implementation guidance, identifying a relevant ReactUse hook, or explaining how a documented hook is intended to be used.

Limitations and notes

The supplied material does not enumerate the MCP tool names, request schemas, response formats, supported MCP clients, or version compatibility details. It also does not describe remote hosting; the documented configuration runs the package locally through stdio. ReactUse itself is released under the Unlicense, but the excerpt does not separately state a license for every package in the repository.

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Delivery View all alternatives
  • MCP Architect logoMCP Architect

    Gives any AI assistant real architectural understanding of a codebase: tech-stack overview, internal dependency graph with cycle detection, risk hotspots, and module summaries. Local, zero-config, no API keys. uvx mcp-architect.

    ๐Ÿ”’ Delivery3 views
    Compare vs MCP Architect โ†’
  • Qa Probe logoQa Probe

    Probes your live API and classifies why each endpoint failed (root cause + evidence + calibrated confidence) over MCP, so your AI assistant debugs from evidence instead of guessing. Deterministic rules, no black box. Works with FastAPI, Express, Next.js, tRPC, and GraphQL. npm i -g qa-probe

    ๐Ÿ”’ Delivery2 views
    Compare vs Qa Probe โ†’
  • Codemagic MCP logoCodemagic MCP

    Build, sign, and publish iOS and Android apps through AI agents. Integrates Codemagic CI/CD, App Store Connect, and Google Play in one server.

    ๐Ÿ”’ Delivery3 views
    Compare vs Codemagic MCP โ†’
  • Packzoo MCP logoPackzoo MCP

    Compare parcel and letter delivery prices across 60+ carriers in 27 European countries. Remote MCP: packzoo.com/api/mcp.

    ๐Ÿ”’ Delivery1 views
    Compare vs Packzoo MCP โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

GitHub stars
1.1k
Stargazers on the source repository.
Last commit
2d ago
Most recent push to the default branch.
Directory activity
4 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about Reactuse

Configure an MCP client to run `npx -y @reactuses/mcp@latest` with a stdio transport.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewReactuse AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/childrentime-reactuse?style=directory)](https://allmcps.com/mcp/childrentime-reactuse)
HTML Embed
<a href="https://allmcps.com/mcp/childrentime-reactuse"><img src="https://allmcps.com/api/badge/childrentime-reactuse?style=directory" alt="Reactuse on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ”’Delivery
PricingFree
More technical detailsExpand โ–พ
TransportSTDIO
RuntimeNode.js
AuthNo auth required
LicenseUnlicense
Last updatedSep 9, 2026
10/10 checks healthy over the last 32d
Views4
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars1,052
GitHub Star CountTotal stargazers on GitHub representing community popularity (1,052 stars).
Last commit2d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 9, 2026
60Quality signal: Good ยท 60/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools24/30
Adoption & activity10/15
Community engagement1/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 17d ago via OSV.dev ยท @reactuses/mcp@latest (npm)

โ˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server โ†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿ”’ Delivery โ†’Alternatives to Reactuse โ†’Install in Claude DesktopInstall in CursorInstall in VS Code