Svelte MCP
Rank #260dev.svelte/mcp
The official Svelte MCP server providing docs and autofixing tools for Svelte development
Svelte MCP is a Model Context Protocol (MCP) server published by sveltejs. It ranks #260 of 132,046 servers tracked on MCP Toplist, and its repository has 328 GitHub stars. Svelte MCP is listed across 3 registries — Official MCP, PulseMCP and mcp.so, with 20 tracked versions. It was first listed on Oct 5, 2025 and most recently updated on Aug 7, 2026.
Ranks ahead of 131,786 of 132,046 servers on MCP Toplist.
Use Svelte MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http svelte https://mcp.svelte.dev/mcpclaude mcp add svelte -- npx -y @sveltejs/mcp[mcp_servers.svelte]
url = "https://mcp.svelte.dev/mcp"Add to ~/.codex/config.toml.
[mcp_servers.svelte]
command = "npx"
args = ["-y", "@sveltejs/mcp"]Add to ~/.codex/config.toml.
https://mcp.svelte.dev/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"svelte": {
"command": "npx",
"args": [
"-y",
"@sveltejs/mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"svelte": {
"url": "https://mcp.svelte.dev/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"svelte": {
"command": "npx",
"args": [
"-y",
"@sveltejs/mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"svelte": {
"type": "http",
"url": "https://mcp.svelte.dev/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"svelte": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@sveltejs/mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"svelte": {
"serverUrl": "https://mcp.svelte.dev/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"svelte": {
"command": "npx",
"args": [
"-y",
"@sveltejs/mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"svelte": {
"url": "https://mcp.svelte.dev/mcp"
}
}
}{
"mcpServers": {
"svelte": {
"command": "npx",
"args": [
"-y",
"@sveltejs/mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/dev.svelte%2Fmcp)<a href="https://mcptoplist.com/server/dev.svelte%2Fmcp"><img src="https://mcptoplist.com/badge/dev.svelte%2Fmcp.svg" alt="MCP Toplist: Top 1% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
sveltejs
Available versions (20)
| Version | Published |
|---|---|
| 0.1.26 | 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 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Svelte MCP?
- Svelte MCP is maintained by sveltejs, which publishes 1 MCP server (20 total versions) tracked on MCP Toplist.
- Is Svelte MCP listed on the Official MCP Registry?
- Yes — Svelte MCP is listed on the Official MCP Registry, alongside PulseMCP and mcp.so.
- How many versions does Svelte MCP have?
- MCP Toplist tracks 20 versions of Svelte MCP, most recently published on Aug 7, 2026.
- Where can I find the source code for Svelte MCP?
- The source code for Svelte MCP is hosted at github.com/sveltejs/mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.