mcpbeat

Svelte LLM MCP Server

garden.stanislav.svelte-llm/svelte-llm-mcp
answering

Svelte LLM MCP is answering right now. Last checked 9 min ago. It exposes 2 tools. Last commit 14 Feb 2026.

An MCP server that provides access to Svelte 5 and SvelteKit documentation

Uptime history 39 hours of history · worst hour 50%
39 hours agonow
50.0%
Uptime 24h
91 of 182 checks
2
Tools
read from the server
142 ms
Response time
average over 24h
160
Stars
last commit 14 Feb 2026

Connect this server

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

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

Available tools 2

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., "docs/svelte/state.md"). 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.
sections
list_sections
Lists all available Svelte 5 and SvelteKit documentation sections in a structured format. Returns sections as a list of "* title: [section_title], path: [file_path]" - you can use either the title or path when querying a specific section via the get_documentation tool. Always run list_sections first for any query related to Svelte development to discover available content.

Endpoints

URLTransportStateLatencyChecked
https://svelte-llm.stanislav.garden/mcp/mcp streamable-http answering 155 ms 9 min ago
https://svelte-llm.stanislav.garden/mcp/sse sse answering 137 ms 9 min ago

Svelte LLM MCP — questions

Answers built from our own checks of this server.

What can Svelte LLM MCP do?
It exposes 2 tools, read directly from the server on our last check. Among them: get_documentation, list_sections. 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 LLM MCP working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 182 checks got a reply (50.0%), average response time 142 ms. The bar chart above shows every period we have measured.
How do I connect Svelte LLM 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 LLM MCP need an API key?
No. Svelte LLM MCP completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 2 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Svelte LLM MCP?
It answers our handshake in 142 ms on average, which is faster than 75% of all working MCP servers we measure. That puts it in the quick quarter of the ecosystem. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Svelte LLM MCP open source?
Yes — it is published under the MIT licence, written in TypeScript, 160 stars on GitHub and 4 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.