Skip to main content
Glama

ReactBits MCP Server

by ceorkm

get_component

Retrieve the source code for any ReactBits component by specifying its name and preferred styling method (CSS, Tailwind, or default).

Instructions

Get the source code for a specific ReactBits component

Input Schema

NameRequiredDescriptionDefault
nameYesName of the component (e.g., "splash-cursor", "pixel-card")
styleNoPreferred styling method (defaults to available)

Input Schema (JSON Schema)

{ "properties": { "name": { "description": "Name of the component (e.g., \"splash-cursor\", \"pixel-card\")", "type": "string" }, "style": { "description": "Preferred styling method (defaults to available)", "enum": [ "css", "tailwind", "default" ], "type": "string" } }, "required": [ "name" ], "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