A Model Context Protocol (MCP) server for accessing React hooks from usehooks.io with enhanced formatting options and caching.
Server Config
{
"mcpServers": {
"usehooks": {
"command": "npx",
"args": [
"-y",
"mcp-usehooks"
]
}
}
}