Back to Home
Michael-Obele icon

shadcn-svelte-mcp

Verified Safe

by Michael-Obele

Overview

Provides real-time access to shadcn-svelte component documentation, Bits UI API details, and Lucide Svelte icon search via an MCP server for AI-powered code editors and CLIs.

Installation

Run Command
npx mastra start

Environment Variables

  • NODE_ENV
  • PORT
  • OPENAI_API_KEY
  • BASE_URL
  • SHADCN_BASE_URL

Security Notes

The server performs web scraping using `crawlee` (Playwright) from external documentation sites. While the sources (shadcn-svelte.com, bits-ui.com, svelte-sonner.vercel.app, unpkg.com) are generally trusted, running Playwright with `--no-sandbox` (as configured) can slightly reduce isolation if highly malicious content were to be encountered. CORS are set to `*` in development and production, which is typical for public APIs. No hardcoded secrets or 'eval' calls were found in the provided code.

Similar Servers

Stats

Interest Score46
Security Score8
Cost ClassMedium
Avg Tokens1500
Stars25
Forks1
Last Update2026-01-11

Tags

shadcn-svelteSvelteMCPAI DevelopmentDocumentationWeb Scraping