Skip to main content
Glama

ReactBits MCP Server

by ceorkm

list_components

Explore and filter ReactBits components by category, style, or limit using this MCP server tool to streamline your 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" }
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