npm @sveltejs/mcpstreamable-httpMITupdated 8d ago
Repo for the official Svelte MCP server.
What can you do with Svelte MCP?
@sveltejs/mcp
Repo for the official Svelte MCP server.
Dev setup instructions
pnpm i
cp apps/mcp-remote/.env.example apps/mcp-remote/.env
pnpm dev
- 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.logand we are not sendinglist-changednotifications. We can use elicitation and sampling since those are sent on the same stream of the POST request
Local dev tools
MCP inspector
pnpm run inspect
Then visit http://localhost:6274/
- Transport type:
Streamable HTTP - http://localhost:5173/mcp
Database inspector
pnpm run db:studio
Install
Add Svelte MCP to your client. Pick the one you use.
{
"servers": {
"mcp": {
"type": "http",
"url": "https://mcp.svelte.dev/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
claude mcp add mcp -- npx -y @sveltejs/mcpcodex mcp add mcp -- npx -y @sveltejs/mcpamp mcp add mcp -- npx -y @sveltejs/mcp{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@sveltejs/mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@sveltejs/mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@sveltejs/mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@sveltejs/mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@sveltejs/mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"@sveltejs/mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"@sveltejs/mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y @sveltejs/mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Score
39 / 100
Incomplete
- Documentation19/25
- Maintenance25/25
- Trust16/20
- Capability0/15
- Install experience15/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 0 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 18 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 0.1.26Latest | Aug 7, 2026 |
| 0.1.25 | Jun 26, 2026 |
| 0.1.24 | Jun 4, 2026 |
| 0.1.23 | May 13, 2026 |
| 0.1.22 | Mar 13, 2026 |
| 0.1.21 | Mar 11, 2026 |
| 0.1.20 | Jan 30, 2026 |
| 0.1.19 | Jan 19, 2026 |
| 0.1.18 | Jan 16, 2026 |
| 0.1.17 | Jan 5, 2026 |
| 0.1.16 | Dec 21, 2025 |
| 0.1.15 | Dec 17, 2025 |
| 0.1.13 | Dec 5, 2025 |
| 0.1.11 | Oct 25, 2025 |
| 0.1.10 | Oct 24, 2025 |
| 0.1.9 | Oct 22, 2025 |
| 0.1.8 | Oct 17, 2025 |
| 0.1.5 | Oct 10, 2025 |
| 0.1.4 | Oct 9, 2025 |