Skip to main content
Glama

ReactBits MCP Server

by ceorkm

search_components

Locate ReactBits components by name, description, or category using a search query, with optional results limit, to streamline integration into React projects.

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" }
Install Server

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