garden.stanislav.svelte-llm/svelte-llm-mcp
garden.stanislav.svelte-llm/svelte-llm-mcpAn MCP server that provides access to Svelte 5 and SvelteKit documentation
Tools · 2
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 …
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
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"
}
}
}