Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"zed-mcp-server-shadcn": {
"args": [
"-y",
"shadcn"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A Zed extension that integrates the shadcn MCP server for AI-powered component management and registry browsing.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'shadcn' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked shadcn against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in developer-tools / design
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities.
Asynchronous coordination layer for AI coding agents: identities, inboxes, searchable threads, and advisory file leases over FastMCP + Git + SQLite
MCP server for accessing Figma plugin console logs and screenshots via Cloudflare Workers or local mode
MCP Security Weekly
Get CVE alerts and security updates for Zed Mcp Server Shadcn and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A Zed extension that integrates the shadcn MCP server for AI-powered component management and registry browsing.
Cmd+Shift+P (Mac) or Ctrl+Shift+P (Linux/Windows)Cmd+Shift+P and select "Extensions: Install Dev Extension"components.json (created via npx shadcn@latest init)Once installed, the MCP server will be available in Zed's Agent Panel.
Show me all available components in the shadcn registry
Add the button, dialog and card components to my project
Find me a login form from the shadcn registry
This extension provides access to:
# Build the extension
cargo build --release --target wasm32-wasip1
# Test in Zed
# Install as dev extension and check logs with Cmd+Shift+P -> "Zed: Open Log"
MIT
Contributions are welcome! Please open an issue or submit a pull request.