Skip to main content
Glama

ReactBits MCP Server

by ceorkm

search_components

Search for React components by name or description, filter by category, and limit results. Access ReactBits.dev’s library of 135+ animated React components for creative development.

Instructions

Search for ReactBits components by name or description

Input Schema

NameRequiredDescriptionDefault
categoryNoFilter by category
limitNoMaximum number of results
queryYesSearch query

Input Schema (JSON Schema)

{ "properties": { "category": { "description": "Filter by category", "type": "string" }, "limit": { "description": "Maximum number of results", "type": "number" }, "query": { "description": "Search query", "type": "string" } }, "required": [ "query" ], "type": "object" }

Other Tools from ReactBits MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ceorkm/reactbits-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server