By sveltejs
Generate Svelte components, scaffold projects, and query Svelte documentation using AI-powered tools integrated into Claude Code.
Repo for the official Svelte MCP server.
pnpm i
cp apps/mcp-remote/.env.example apps/mcp-remote/.env
pnpm dev
[!NOTE] Currently to prevent having a bunch of Timeout logs on vercel we shut down the SSE channel immediately. This means that we can't use
server.logand we are not sendinglist-changednotifications. We can use elicitation and sampling since those are sent on the same stream of the POST request
pnpm run inspect
Then visit http://localhost:6274/
Streamable HTTPpnpm run db:studio
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimA plugin for all things related to Svelte development, MCP, skills, and more.
npx claudepluginhub joshuarweaver/cascade-code-languages-misc-2 --plugin sveltejs-ai-toolsA plugin for all things related to Svelte development, MCP, skills, and more.
Svelte 5 runes, SvelteKit data flow, routing, and structure patterns
Specialized commands for Svelte and SvelteKit development
Svelte language server for Claude Code with go-to-definition, hover docs, references, and diagnostics on .svelte files.
Claude Code skill for building MCP Apps with interactive UIs
Svelte changes since training cutoff (latest: 5.0.0) — runes ($state, $derived, $effect, $props), snippets replacing slots, callback props replacing events, mount/hydrate API. Load before working with Svelte.