Skip to main content
Glama

ReactBits MCP Server

by ceorkm

list_components

List and filter all available React components in ReactBits.dev by category, style, or limit to streamline component selection for development projects.

Instructions

List all available ReactBits components with optional filtering

Input Schema

NameRequiredDescriptionDefault
categoryNoFilter by category (e.g., animations, backgrounds, buttons)
limitNoMaximum number of components to return
styleNoFilter by styling method

Input Schema (JSON Schema)

{ "properties": { "category": { "description": "Filter by category (e.g., animations, backgrounds, buttons)", "type": "string" }, "limit": { "description": "Maximum number of components to return", "type": "number" }, "style": { "description": "Filter by styling method", "enum": [ "css", "tailwind", "default" ], "type": "string" } }, "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