BeClaude

svelte

New
155Community RegistryDevelopmentby Svelte

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

Community PluginView Source

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

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 .claude/skills directory in your project, then run the curl command to download the skill file. Once installed, invoke it in Claude Code with /svelte.

What is svelte best for?

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