a year ago
A Model Context Protocol (MCP) server for accessing React hooks from usehooks.io.
- Access all hooks from the usehooks.io repository
- Search hooks by keyword
- Filter hooks by category
- Get detailed information about specific hooks including implementation code
Server Config
{
"mcpServers": {
"usehooks": {
"command": "npx",
"args": [
"-y",
"mcp-usehooks"
]
}
}
}