Skip to main content
Glama

ReactBits MCP Server

by ceorkm

get_component

Retrieve the source code of a specific ReactBits component by name. Specify the preferred styling method (CSS, Tailwind, or default) to get custom or default implementation tailored to your React project.

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

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