
Svelte Llm Mcp
Ground coding agents in current Svelte 5 and SvelteKit documentation while you build UI and app routes.
Overview
garden.stanislav.svelte-llm/svelte-llm-mcp is a MCP server for the Build phase that exposes Svelte 5 and SvelteKit documentation to coding agents.
What is this MCP server?
- Two remotes: streamable-http at …/mcp/mcp and SSE at …/mcp/sse
- Documentation coverage for Svelte 5 and SvelteKit
- Hosted at svelte-llm.stanislav.garden (version 1.0.0)
- Open-source khromov/svelte-llm-mcp on GitHub
- Reduces hallucinated runes, stores, and routing APIs in agent-generated code
- 2 published remotes: streamable-http and SSE on svelte-llm.stanislav.garden
- Version: 1.0.0
- Server schema: 2025-09-29
Community signal: 161 GitHub stars.
What problem does it solve?
Agents confidently generate outdated Svelte syntax and Kit loaders because their training data lags the framework you ship today.
Who is it for?
Solo developers building SvelteKit apps who want doc-grounded agent assistance without manually pasting doc URLs every turn.
Skip if: React-only stacks, teams that do not use Svelte, or workflows that need runtime debugging and production monitoring instead of docs.
What do I get? / Deliverables
Your agent can pull live Svelte 5 and SvelteKit documentation through MCP while implementing components, pages, and server hooks.
- Configured doc MCP remote (HTTP or SSE)
- Agent responses aligned with Svelte 5 and SvelteKit official docs
- Fewer framework API mistakes in generated UI code
Recommended MCP Servers
Journey fit
Framework-accurate docs access belongs in active product construction when agents write components, loads, and Kit configuration. Svelte and SvelteKit are frontend concerns; this MCP keeps LLM answers aligned with official patterns during UI work.
How it compares
Framework documentation MCP remote, not a Svelte scaffolder CLI or deployment skill.
Common Questions / FAQ
Who is garden.stanislav.svelte-llm/svelte-llm-mcp for?
Builders shipping Svelte 5 or SvelteKit products who want MCP-connected agents to read official framework documentation.
When should I use garden.stanislav.svelte-llm/svelte-llm-mcp?
During frontend Build work when you implement runes, routes, adapters, or Kit APIs and need accurate doc retrieval in the agent loop.
How do I add garden.stanislav.svelte-llm/svelte-llm-mcp to my agent?
Add https://svelte-llm.stanislav.garden/mcp/mcp (streamable-http) or https://svelte-llm.stanislav.garden/mcp/sse (SSE) in your MCP client configuration.