Svelte LLM MCP

An MCP server that provides access to Svelte 5 and SvelteKit documentation. It is available as a remote MCP endpoint.

Teams that want a hosted documentation endpoint instead of running a local process. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-02-14 · ★ 160 · #132 OF 183 MAINTAINED DOCUMENTATION · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Svelte LLM MCP

before you install - you'll need

Set DB_URL, NODE_TLS_REJECT_UNAUTHORIZED before connecting.

Claude Code

claude mcp add khromov-svelte-llm-mcp --transport http https://svelte-llm.stanislav.garden/mcp/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "khromov-svelte-llm-mcp": {
      "url": "https://svelte-llm.stanislav.garden/mcp/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

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

transport: streamable-http

endpoint alive - responded to MCP initialize · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to svelte-llm.stanislav.garden

endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect

repository a fork of another project - check the upstream repo before trusting releases

license MIT - declared in the repository

registry vendor namespace garden.stanislav.svelte-llm - domain-verified with the official MCP registry

03 · Who maintains Svelte LLM MCP

svelte-llm-mcp is maintained by khromov. It's the only MCP server we track from this author; the repo dates to Nov 2024.

04 · Facts

category
documentation - ranked #132 of 183 actively-maintained documentation servers as of 2026-08-25.
registry
garden.stanislav.svelte-llm/svelte-llm-mcp (active, first published 2025-09-11)

05 · Svelte LLM MCP FAQ

What is Svelte LLM MCP?

An MCP server that provides access to Svelte 5 and SvelteKit documentation. It is available as a remote MCP endpoint.

Is Svelte LLM MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-02-14. We re-verify nightly.

How do I install Svelte LLM MCP?

Run `claude mcp add khromov-svelte-llm-mcp --transport http https://svelte-llm.stanislav.garden/mcp/mcp`. The README documents 2 environment variables (DB_URL, NODE_TLS_REJECT_UNAUTHORIZED) to set first. Set DB_URL, NODE_TLS_REJECT_UNAUTHORIZED before connecting. You can also paste the ready-made client config above.

Does Svelte LLM MCP require authentication?

No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-08-25; you can connect without credentials.

06 · Alternatives to Svelte LLM MCP