Google Antigravity Directory

The #1 directory for Google Antigravity prompts, rules, workflows & MCP servers. Optimized for Gemini 3 agentic development.

Resources

PromptsMCP ServersAntigravity RulesGEMINI.md GuideBest Practices

Company

Submit PromptAntigravityAI.directory

Popular Prompts

Next.js 14 App RouterReact TypeScriptTypeScript AdvancedFastAPI GuideDocker Best Practices

Legal

Privacy PolicyTerms of ServiceContact Us
Featured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowFeatured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App Show

© 2026 Antigravity AI Directory. All rights reserved.

The #1 directory for Google Antigravity IDE

This website is not affiliated with, endorsed by, or associated with Google LLC. "Google" and "Gemini" are trademarks of Google LLC.

Antigravity AI Directory
PromptsMCPBest PracticesUse CasesLearn
Home
MCP Servers
shadcn/ui
component

shadcn/ui MCP Server

MCP server for shadcn component registry

shadcnuicomponentsreacttailwind

About

## shadcn/ui MCP Server: Modern UI Component Library The **shadcn/ui MCP Server** integrates the popular shadcn/ui component library into Google Antigravity, enabling AI-assisted component installation, customization, and usage for building beautiful React applications. ### Why shadcn/ui MCP? - **Copy-Paste Components**: Own your components with full source code access, not npm dependencies - **Tailwind CSS**: Built on Tailwind CSS for consistent, customizable styling - **Radix Primitives**: Accessible, unstyled primitives with robust keyboard navigation - **Full Customization**: Modify any component to match your exact design requirements - **Dark Mode**: Built-in dark mode support with CSS variables ### Key Features #### 1. Component Installation ```python from anthropic import Anthropic client = Anthropic() response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Install shadcn/ui Button, Card, and Dialog components into the project" }] ) ``` #### 2. Component Customization ```python # Customize components response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Customize the Button component to add a loading state with spinner" }] ) ``` #### 3. Theme Configuration ```python # Configure theme response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Update the shadcn/ui theme colors to match our brand guidelines" }] ) ``` #### 4. Component Usage ```python # Use components response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Create a settings form using shadcn/ui Form, Input, and Select components" }] ) ``` ### Configuration ```json { "mcpServers": { "shadcn": { "command": "npx", "args": ["-y", "@anthropic/mcp-server-shadcn"], "env": { "SHADCN_CONFIG_PATH": "components.json", "SHADCN_STYLE": "default" } } } } ``` ### Use Cases **Rapid UI Development**: Build beautiful interfaces quickly with pre-built components. **Design System**: Create consistent design systems with customizable component foundations. **Accessibility**: Ensure UI meets accessibility standards with Radix primitive base. **Custom Components**: Extend and modify components for specialized requirements. The shadcn/ui MCP Server accelerates UI development with beautiful, accessible components that you fully own and control.

Installation

Configuration
{
  "mcpServers": {
    "shadcn": {
      "mcpServers": {
        "shadcn": {
          "args": [
            "-y",
            "@anthropic/shadcn-ui-mcp"
          ],
          "command": "npx"
        }
      }
    }
  }
}

How to Use

  1. 11. Browse and search shadcn components
  2. 22. Install components via natural language
  3. 33. Works with any shadcn registry

Related MCP Servers

🧰

Toolhouse MCP

Universal AI tool platform that equips your AI with production-ready capabilities. Execute code, browse the web, manage files, send emails, and more through a unified MCP interface.

🔨

Smithery Registry MCP

The MCP server registry and discovery platform. Browse, search, and install MCP servers from the community. Find the perfect integrations for your AI development workflow.

🔍

MCP Inspector

Official debugging and testing tool for MCP servers. Inspect server capabilities, test tool calls, validate responses, and debug protocol communication in real-time.

← Back to All MCP Servers