mcpbeat Sign in

Svelte MCP Server

not responding

Svelte MCP is listed as active in the registry but did not answer our last check. 26 558 installs a week from npm. It exposes 4 tools. Last commit 17 Sep 2026.

The official Svelte MCP server providing docs and autofixing tools for Svelte development

Installs per day peak 6 530 · avg 3 888 · +56% w/w
a month agotoday
Uptime history 47 days of history · worst day 37%
47 days agonow
37.4%
Uptime 24h
34 of 91 checks
4
Tools
read from the server
252 ms
Response time
average over 24h
26 558
Installs / week
npm and PyPI

Svelte MCP does not always answer

Over the last week it answered 45.5% of our checks. We check every 15 minutes, so you hear about the next outage within the hour — not from your users.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 13 min ago.

run in your terminal
claude mcp add mcp --transport http https://mcp.svelte.dev/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "url": "https://mcp.svelte.dev/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
url = "https://mcp.svelte.dev/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "url": "https://mcp.svelte.dev/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "url": "https://mcp.svelte.dev/mcp"
    }
  }
}

Available tools 4

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

documentation
get-documentation
Retrieves full documentation content for Svelte 5 or SvelteKit sections. Supports flexible search by title (e.g., "$state", "routing") or file path (e.g., "cli/overview"). Can accept a single section name or an array of sections. Before running this, make sure to analyze the users query, as well as the output from list-sections (which should be called first). Then ask for ALL relevant sections the user might require. For example, if the user asks to build anything interactive, you will need to fetch all relevant runes, and so on. Before calling this tool, try to implement Svelte components using your own knowledge and the `svelte-autofixer` tool, since calling this tool is token intensive.
playground
playground-link
Generates a Playground link given a Svelte code snippet. Once you have the final version of the code you want to send to the user, ALWAYS ask the user if it wants a playground link to allow it to quickly check the code in the playground before calling this tool. NEVER use this tool if you have written the component to a file in the user project. The playground accept multiple files so if are importing from other files just include them all at the root level.
sections
list-sections
Lists all available Svelte 5 and SvelteKit documentation sections in a structured format. Each section includes a "use_cases" field that describes WHEN this documentation would be useful. You should carefully analyze the use_cases field to determine which sections are relevant for the user's query. The use_cases contain comma-separated keywords describing project types (e.g., "e-commerce", "blog"), features (e.g., "authentication", "forms"), components (e.g., "slider", "modal"), development stages (e.g., "deployment", "testing"), or "always" for fundamental concepts. Match these use_cases against the user's intent - for example, if building an e-commerce site, fetch sections with use_cases containing "e-commerce", "product listings", "shopping cart", etc. If building a slider, look for "slider", "carousel", "animation", etc. Returns sections as "* title: [section_title], use_cases: [use_cases], path: [file_path]". Always run list-sections FIRST for any Svelte query, then analyze ALL use_cases to identify relevant sections, and finally use get_documentation to fetch ALL relevant sections at once.
svelte
svelte-autofixer
Given a svelte component or module returns a list of suggestions to fix any issues it has. This tool MUST be used whenever the user is asking to write svelte code before sending the code back to the user

Endpoints

URLTransportStateLatencyChecked
https://mcp.svelte.dev/mcp streamable-http answering 77 ms 13 min ago

Alternatives to Svelte MCP

same job, measured the same way
Localstack MCP Server
by localstack

A LocalStack MCP Server providing essential tools for local cloud development & testing

209 installs/wk local only
Wechat Devtools
by watertian

MCP Server for WeChat DevTools CLI - Automate Mini Program development & testing.

local only
FastAlertNow
by fastalertnow

Official MCP server for FastAlert, providing tools to list channels and send notifications.

57 installs/wk local only
axe MCP Server
by dequelabs

Official MCP server for Axe DevTools for Web.

local only
Mst MCP
by vipulsutar11

MCP server for the MST Chain ecosystem providing search and retrieval tools for documentation.

local only
Capawesome
by capawesome

The official MCP server for Capawesome documentation and Capawesome Cloud.

83 installs/wk 3 tools answering
Mobile MCP
by mobile-next

MCP server for iOS and Android Mobile Development, Automation and Testing

39 229 installs/wk local only
I
R Packagedev MCP
by b0ydt

MCP server for R package development using usethis, devtools, renv, and testthat

42 installs/wk local only

Svelte MCP — questions

Answers built from our own checks of this server.

What can Svelte MCP do?
It exposes 4 tools, read directly from the server on our last check. Among them: get-documentation, list-sections, playground-link, svelte-autofixer. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Svelte MCP working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 34 of 91 checks got a reply (37.4%), average response time 252 ms. The bar chart above shows every period we have measured.
The registry lists Svelte MCP as active — why does it not respond?
The official MCP registry stores what the author submitted; it does not verify that the server still runs. We check the endpoint ourselves, and this one does not answer. Catalogues that copy the registry without checking will show it as working.
How do I connect Svelte MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Svelte MCP need an API key?
No. Svelte MCP completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 4 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Svelte MCP?
It answers our handshake in 252 ms on average, which is faster than 57% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
How many people use Svelte MCP?
The npm package @sveltejs/mcp was installed 26 558 times in the last week. Week over week that is +56%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Svelte MCP open source?
Yes — it is published under the MIT licence, written in TypeScript, 326 stars on GitHub and 13 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.