Skip to content
Back to search
90
MCP live v1.0.0 streamable-http

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

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

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

Uptime
5.4%
37 probes
Response
129ms
last probe
Tools
2
callable

Tools · 2

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 …

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 …

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "garden.stanislav.svelte-llm/svelte-llm-mcp": {
      "url": "https://svelte-llm.stanislav.garden/mcp/mcp",
      "transport": "streamable-http"
    }
  }
}