Mcp_usehooks
@small-lab-io
关于 Mcp_usehooks
A Model Context Protocol (MCP) server for accessing React hooks from usehooks.io.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"usehooks": {
"command": "npx",
"args": [
"-y",
"mcp-usehooks"
]
}
}
}工具
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
概览
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.
其他 分类下的更多 MCP 服务器
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
评论