Skip to content
Claude Desktop

svelte llm mcp for Claude Desktop

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

An MCP server that provides access to Svelte 5 and SvelteKit documentation

client:Claude Desktop transport:streamable-http tools:2

Install svelte llm mcp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "svelte-llm-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://svelte-llm.stanislav.garden/mcp/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

What Claude Desktop can do once it is connected

svelte llm mcp in other clients