BeClaude

svelte

New
155Community RegistryDevelopmentby Svelte

A plugin for all things Svelte development, MCP, skills, and more.

First seen 6/12/2026

Overview

Repo for the official Svelte MCP server.

Dev setup instructions

code
pnpm i
cp apps/mcp-remote/.env.example apps/mcp-remote/.env
pnpm dev
  1. Set the VOYAGE_API_KEY for embeddings support

[!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.log and we are not sending list-changed notifications. We can use elicitation and sampling since those are sent on the same stream of the POST request

Local dev tools

code
pnpm run inspect

Then visit http://localhost:6274/

  • Transport type: Streamable HTTP
  • http://localhost:5173/mcp
code
pnpm run db:studio

https://local.drizzle.studio/

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/svelte.md https://raw.githubusercontent.com/sveltejs/mcp/main/SKILL.md
3
Invoke in Claude Code
/svelte
View source on GitHub
mcpplugin

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is svelte?

A plugin for all things Svelte development, MCP, skills, and more.

How to install svelte?

To install svelte: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/svelte.md https://raw.githubusercontent.com/sveltejs/mcp/main/SKILL.md. Finally, /svelte in Claude Code.

What is svelte best for?

svelte is a skill categorized under Development. It is designed for: mcp, plugin. Created by Svelte.