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
14.3%
14 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 …

Similar MCP servers embedding-nearest

Svelte MCP live
The official Svelte MCP server providing docs and autofixing tools for Svelte development
4 tools · streamable-http
io.github.ForkastPredict/forkast-mcp-docs live
MCP server for querying Forkast documentation
4 tools · streamable-http
io.github.praveenc/mcp-docs-server
MCP server for searching MCP protocol documentation
0 tools
@florexlabs/docs-to-mcp-server
MCP server that exposes documentation search tools for AI assistants
0 tools
filamentphp-mcp
MCP server for accessing FilamentPHP v5.x documentation - enables AI agents to search, browse, and read FilamentPHP docs, component referenc
0 tools
io.github.nvlang/verso
MCP server to read Verso-generated documentation sites (e.g., the Lean Language Reference).
0 tools

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"
    }
  }
}