MCP.so
登录
M

Mcp_usehooks

@small-lab-io

关于 Mcp_usehooks

A Model Context Protocol (MCP) server for accessing React hooks from usehooks.io.

基本信息

分类

其他

传输方式

stdio

发布者

small-lab-io

提交者

Olivier

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "usehooks": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-usehooks"
      ]
    }
  }
}

工具

4

List 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 服务器