Skip to main content
Glama

21st.dev Magic AI Agent

by zackbissell

21st_magic_component_inspiration

Find and preview UI component snippets from 21st.dev using a search query, returning JSON data for direct integration into your codebase.

Instructions

"Use this tool when the user wants to see component, get inspiration, or /21st fetch data and previews from 21st.dev. This tool returns the JSON data of matching components without generating new code. This tool ONLY returns the text snippet for that UI component. After calling this tool, you must edit or add files to integrate the snippet into the codebase."

Input Schema

NameRequiredDescriptionDefault
messageYesFull users message
searchQueryYesSearch query for 21st.dev (library for searching UI components) to find a UI component that matches the user's message. Must be a two-four words max or phrase

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "message": { "description": "Full users message", "type": "string" }, "searchQuery": { "description": "Search query for 21st.dev (library for searching UI components) to find a UI component that matches the user's message. Must be a two-four words max or phrase", "type": "string" } }, "required": [ "message", "searchQuery" ], "type": "object" }
Install Server

Other Tools from 21st.dev Magic AI Agent

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/zackbissell/magic-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server