Mcp_usehooks
@small-lab-io
About Mcp_usehooks
A Model Context Protocol (MCP) server for accessing React hooks from usehooks.io.
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.
Frequently asked questions
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`.
Basic information
More Other MCP servers

EverArt
modelcontextprotocolModel Context Protocol Servers
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Codelf
unbugA search tool helps dev to solve the naming things problem.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
Comments