Shadcn Svelte
Mastra MCP server and tooling for the shadcn-svelte component docs and developer utilities.
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
Maintainer
Works with
Installation
Manual Installation
npx shadcn-svelteConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
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
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.
Configure Cursor with the SSE endpoint
Add the Mastra cloud SSE URL to your Cursor MCP config. No API keys are required.
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/mcpVerify 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.
Shadcn Svelte Alternatives — Similar Developer Tools Servers
Looking for alternatives to Shadcn Svelte? Here are other popular developer tools servers you can use with Claude, Cursor, and VS Code.
Ecc
★ 188.2kThe agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
Javaguide
★ 155.8kJava 面试 & 后端通用面试指南,覆盖计算机基础、数据库、分布式、高并发、系统设计与 AI 应用开发
Gemini CLI
★ 104.5kA secure MCP server that wraps the Google Gemini CLI, allowing clients to query Gemini models using local OAuth sessions without requiring an API key. It provides tools for model interaction and diagnostics with built-in protection against command in
Awesome MCP Servers
★ 87.3k⭐ Curated list of Model Context Protocol (MCP) servers - tools that extend Claude Desktop, Cursor, Windsurf, and other MCP clients with custom capabilities.
MCP Servers
★ 86.0kModel Context Protocol Servers
CC Switch
★ 77.5kA cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Gemini CLI & Hermes Agent. Only official website: ccswitch.io
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.
Set Up Shadcn Svelte in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
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.