Mcp_usehooks
@small-lab-io
About Mcp_usehooks
A Model Context Protocol (MCP) server for accessing React hooks from usehooks.io.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"usehooks": {
"command": "npx",
"args": [
"-y",
"mcp-usehooks"
]
}
}
}Tools
4List all available React hooks, optionally filtered by category
Get all available hook categories
Search hooks by name or description
Get full details and implementation of a hook
Overview
What is Mcp_usehooks?
Mcp_usehooks is an MCP server that provides access to all hooks from the usehooks.io repository. It allows searching hooks by keyword, filtering by category, and retrieving detailed information including implementation code. Designed for developers working with Claude Desktop.
How to use Mcp_usehooks?
Install with pnpm install, then build with pnpm build. Start the server by running pnpm start or directly via node build/index.js. For Claude Desktop, configure a new MCP server with the command pointing to the built index.js file.
Key features of Mcp_usehooks
- Access all hooks from the usehooks.io repository
- Search hooks by keyword
- Filter hooks by category
- Get detailed hook information including implementation code
Use cases of Mcp_usehooks
- Quickly find and retrieve React hooks from usehooks.io
- Integrate the usehooks.io hook repository into Claude Desktop workflows
- Explore hook implementations and categories programmatically
FAQ from Mcp_usehooks
What does Mcp_usehooks do?
It provides an MCP server giving access to the complete collection of hooks from usehooks.io, with search, filter, and detail retrieval capabilities.
How to install Mcp_usehooks?
Run pnpm install and pnpm build in the server directory.
How to start the Mcp_usehooks server?
Use pnpm start or execute node build/index.js.
How to integrate Mcp_usehooks with Claude Desktop?
In Claude Desktop, add a new MCP server with name "UseHooks" and command node /path/to/usehooks.io/packages/usehooks-mcp/build/index.js.
More Other MCP servers
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Awesome Mlops
visengerA curated list of references for MLOps
Comments