Shadcn Svelte

v1.0.0Developer Toolsstable

Mastra MCP server and tooling for the shadcn-svelte component docs and developer utilities.

mcpmcp-servershadcnshadcn-sveltesvelte
Share:
54
Stars
0
Downloads
0
Weekly
0/5

What is Shadcn Svelte?

Shadcn Svelte is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to mastra mcp server and tooling for the shadcn-svelte component docs and developer utilities.

Mastra MCP server and tooling for the shadcn-svelte component docs and developer utilities.

This server falls under the Developer Tools category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Mastra MCP server and tooling for the shadcn-svelte componen

Use Cases

Access shadcn-svelte component documentation and developer utilities through Mastra MCP server.
Michael-Obele

Maintainer

LicenseMIT
Languagetypescript
Versionv1.0.0
UpdatedMay 17, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx shadcn-svelte

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Shadcn Svelte

The shadcn-svelte MCP server provides AI assistants with structured access to shadcn-svelte component documentation, installation snippets, and the Lucide icon library. Built on the Mastra platform and hosted as a cloud server, it exposes tools for listing, searching, and fetching detailed documentation for shadcn-svelte components alongside their Bits UI primitives. Frontend developers use it to get accurate, up-to-date component install instructions and API references without leaving their AI coding workflow.

Prerequisites

  • An MCP-compatible client such as Claude Desktop, Cursor, or Claude Code
  • Node.js installed (for clients that use the mcp-remote bridge)
  • A Svelte or SvelteKit project where you want to use shadcn-svelte components
1

Connect to the hosted cloud server

The shadcn-svelte MCP server is hosted on Mastra's cloud infrastructure. The simplest connection uses the SSE endpoint directly in compatible clients.

2

Configure Cursor with the SSE endpoint

Add the Mastra cloud SSE URL to your Cursor MCP config. No API keys are required.

3

Configure Claude Code CLI

Use mcp-remote to bridge Claude Code to the Mastra cloud endpoint over the streamable HTTP transport.

claude mcp add shadcn-svelte --command npx -- -y mcp-remote https://shadcn-svelte-mcp.server.mastra.cloud/api/mcp/shadcn/mcp
4

Verify the tools are available

Ask your AI assistant to list all available shadcn-svelte components. The server should return the full component inventory using the shadcn-svelte-list tool.

Shadcn Svelte Examples

Client configuration

Cursor config using the Mastra SSE endpoint. For Claude Desktop, use the mcp-remote approach shown in the alternative command.

{
  "mcpServers": {
    "shadcn-svelte": {
      "type": "sse",
      "url": "https://shadcn-svelte-mcp.server.mastra.cloud/api/mcp/shadcn/sse"
    }
  }
}

Prompts to try

Use these prompts to access shadcn-svelte component docs and Lucide icons through your AI assistant.

- "List all available shadcn-svelte components"
- "Show me how to install the shadcn-svelte Button component with pnpm"
- "Get the full API documentation for the Dialog component"
- "Find Lucide icons that represent user settings or profile"
- "Show me the Bits UI API details for the Accordion primitive"
- "Give me the install steps for the dashboard-01 block using yarn"

Troubleshooting Shadcn Svelte

SSE connection drops or times out

SSE connections can be dropped by proxies or firewalls after idle periods. Switch to the streamable HTTP endpoint (https://shadcn-svelte-mcp.server.mastra.cloud/api/mcp/shadcn/mcp) via mcp-remote for a more stable connection.

mcp-remote is not found when configuring Claude Code

Ensure Node.js and npx are installed and in your PATH. The '-y' flag in the npx command will auto-install mcp-remote if it is not already cached.

Component documentation is outdated or does not match the installed package version

The server pulls documentation from the live shadcn-svelte site. If your locally installed component version differs, check the shadcn-svelte changelog and pin your component versions in package.json accordingly.

Frequently Asked Questions about Shadcn Svelte

What is Shadcn Svelte?

Shadcn Svelte is a Model Context Protocol (MCP) server that mastra mcp server and tooling for the shadcn-svelte component docs and developer utilities. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Shadcn Svelte?

Follow the installation instructions on the Shadcn Svelte GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Shadcn Svelte?

Shadcn Svelte works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Shadcn Svelte free to use?

Yes, Shadcn Svelte is open source and available under the MIT license. You can use it freely in both personal and commercial projects.

Browse More Developer Tools MCP Servers

Explore all developer tools servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "shadcn-svelte": { "command": "npx", "args": ["-y", "shadcn-svelte"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Shadcn Svelte?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides