MCP Catalogs
Home

shadcnspace-mcp

by shadcnspace·1·Score 37

MCP server for discovering and installing ShadcnSpace UI blocks directly in AI-powered IDEs.

developer-toolsai-llmproductivity
1
Forks
0
Open issues
1 mo ago
Last commit
2d ago
Indexed

Overview

This MCP server enables seamless integration of ShadcnSpace UI blocks into development environments through the Model Context Protocol. It provides tools to list, search, and install UI components directly from ShadcnSpace, eliminating the need for manual copy-paste operations. The server supports multiple AI IDE clients including Cursor, Windsurf, Claude, Cline, and Antigravity.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Discover and browse available UI components in ShadcnSpace from within your IDE
you:Generate installation commands for specific UI blocks without leaving your development environment
you:Search for UI components using keywords or tags to find relevant blocks quickly
you:What ShadcnSpace UI blocks can I access through this MCP server?
you:Which AI IDE clients are supported by this MCP server?

When to choose this

Choose this when you're working on UI projects with ShadcnSpace components and want AI assistance to discover and integrate blocks directly in your IDE.

When NOT to choose this

Not ideal if you're not using ShadcnSpace components or if your IDE doesn't support MCP integration.

Tools this server exposes

5 tools extracted from the README
  • listBlocks

    Provides a comprehensive list of all shadcnspace blocks.

  • listComponents

    Provides a comprehensive list of all shadcnspace components.

  • getBlockInstall

    Returns the official installation command for a specific Shadcn Space block.

  • searchBlocks

    Search Shadcn Space blocks using keywords or tags.

  • listInstalledBlocks

    Lists all blocks that are currently installed in the project and get their files.

Comparable tools

ui-mcpcomponent-mcpdesign-system-integration

Installation

Installation

**Automatic installation:**

npx shadcnspace-cli install <client>

**Manual installation:** Add to your IDE's MCP config:

{
  "mcpServers": {
    "shadcnspace-mcp": {
      "command": "npx",
      "args": ["-y", "shadcnspace-mcp@latest"]
    }
  }
}

**Supported clients:** Cursor, Windsurf, Claude, Cline, Antigravity

FAQ

What ShadcnSpace UI blocks can I access through this MCP server?
You can access all available blocks and components from ShadcnSpace, which includes various UI components like accordions, hero sections, feature grids, and more. The server provides tools to list, search, and get installation details for any block.
Which AI IDE clients are supported by this MCP server?
Currently supported clients include Cursor, Windsurf, Claude, Cline, and Antigravity. The server is designed to work with any IDE that supports the MCP protocol.

Compare shadcnspace-mcp with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.