svelte-llm-mcp
Connect your AI coding assistant directly to up-to-date Svelte 5 and SvelteKit documentation via this MCP server.
https://svelte-llm-mcp--khromov.run.tools
How to connect
-
Smithery (hosted)
1. Open https://smithery.ai/servers/khromov/svelte-llm-mcp 2. Click Connect and complete OAuth in your MCP client (Claude, Cursor, VS Code, etc.) 3. MCP endpoint: https://svelte-llm-mcp--khromov.run.tools
Tools (2)
-
list_sectionsLists 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.
-
get_documentationRetrieves 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 n