By sveltejs
Develop Svelte 5 applications with language server support, documentation access, best practices guidance, and automated code fixes for .svelte files and components.
CLI tools for Svelte 5 documentation lookup and code analysis. MUST be used whenever creating, editing or analyzing any Svelte component (.svelte) or Svelte module (.svelte.ts/.svelte.js). If possible, this skill should be executed within the svelte-file-editor agent for optimal results.
Guidance on writing fast, robust, modern Svelte code. Load this skill whenever in a Svelte project and asked to write/edit or analyze a Svelte component or module. Covers reactivity, event handling, styling, integration with libraries and more.
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
External network access
Connects to servers outside your machine
Uses power tools
Uses Bash, Write, or Edit tools
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 claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub sveltejs/ai-tools --plugin svelteOfficial MCP plugin for Svelte development, providing agentic capabilities for building and optimizing Svelte projects.
Official MCP plugin for Svelte development, providing agentic capabilities for building and optimizing Svelte projects.
Svelte 5 runes, SvelteKit data flow, routing, and structure patterns
Svelte language server for Claude Code with go-to-definition, hover docs, references, and diagnostics on .svelte files.
Specialized commands for Svelte and SvelteKit development
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.
SvelteKit and Svelte 5 done right. Runes ($state, $derived, $effect), load functions, form actions, SSR patterns, and modern Svelte your AI agent should follow.