mcpbeat

Svelte LLM MCP Server

by stanislav-svelte-llm
answering

Svelte LLM MCP is answering right now. Last checked 8 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 55 hours of history · worst hour 50%
55 hours agonow
50.0%
Uptime 24h
91 of 182 checks
2
Tools
read from the server
139 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 8 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 125 ms 8 min ago
https://svelte-llm.stanislav.garden/mcp/sse sse answering 129 ms 8 min ago

Alternatives to Svelte LLM MCP

same job, measured the same way
Huoshui File Converter
by huoshuiai42

An MCP server that provides document format conversion

43 installs/wk local only
Tiger MCP
by timescale

Provides programmatic access to Tiger Cloud services, databases, and documentation.

local only
Colabfit MCP
by colabfit

An MCP server that provides access to the ColabFit database

86 installs/wk local only
Compliance Trestle MCP
by oscal-compass

An MCP server that provides tools to author OSCAL security compliance documentation

97 installs/wk local only
Expenselm MCP Server
by clarenceh

An MCP server that provides access to your expense data on ExpenseLM.

118 installs/wk local only
MCP Plesk Dev Docs
by barateza

An MCP server that indexes and retrieves Plesk documentation.

138 installs/wk local only
Geolocation MCP
by 7mza

An MCP server that provides fast and up-to-date IP geolocation data.

local only
C
Googleapis
by googleapis-developerknowledge

Provides access to Google's public developer documentation.

3 tools answering

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 139 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 139 ms on average, which is faster than 76% 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.