Skip to main content
Glama
spences10

MCP Svelte Docs Server

mcp-svelte-docs

Ein Model Context Protocol (MCP)-Server bietet ein umfassendes Referenzhandbuch für Svelte 5 und unterstützt LLMs bei der präzisen Anleitung von Benutzern bei der Arbeit mit Svelte. Es enthält Migrationsmuster von Svelte 4 zu Svelte 5 und dient gleichzeitig als detailliertes Nachschlagewerk für Svelte 5-Funktionen, häufige Fehler und Best Practices.

Konfiguration

Claude Desktop (über WSL)

{
	"mcpServers": {
		"mcp-svelte-docs": {
			"command": "wsl.exe",
			"args": ["bash", "-c", "npx -y mcp-svelte-docs"]
		}
	}
}

Windsurfen (über WSL)

{
	"mcpServers": {
		"mcp-svelte-docs": {
			"command": "wsl.exe",
			"args": ["bash", "-c", "npx -y mcp-svelte-docs"]
		}
	}
}

Windows (ohne WSL)

{
	"mcpServers": {
		"mcp-svelte-docs": {
			"command": "npx",
			"args": ["-y", "mcp-svelte-docs"]
		}
	}
}

macOS / Linux

{
	"mcpServers": {
		"mcp-svelte-docs": {
			"command": "npx",
			"args": ["-y", "mcp-svelte-docs"]
		}
	}
}

Related MCP server: @sanderkooger/mcp-server-ragdocs

Beitragen

Beiträge sind willkommen! Senden Sie gerne einen Pull Request.

Lizenz

MIT-Lizenz – Einzelheiten finden Sie in der Datei LICENSE .

Danksagung

Aufbauend auf:

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/spences10/mcp-svelte-docs'

If you have feedback or need assistance with the MCP directory API, please join our Discord server