Fire in da houseTop Tip:Paying $100+ per month for Perplexity, MidJourney, Runway, ChatGPT is crazy - get all your AI tools in one site starting at $15 per month with Galaxy AIFire in da houseCheck it out free

mcp-svelte-docs

MCP.Pizza Chef: spences10

mcp-svelte-docs is an MCP server providing a comprehensive, cached reference for Svelte 5 documentation. It enables LLMs to deliver accurate guidance on Svelte 5 features, migration from Svelte 4, common mistakes, and best practices. It supports multiple platforms including Windows, macOS, Linux, and WSL environments, making Svelte documentation easily accessible and searchable in real-time.

Use This MCP server To

Search Svelte 5 documentation with real-time caching Access migration patterns from Svelte 4 to Svelte 5 Retrieve best practices and common mistakes in Svelte 5 Integrate Svelte docs lookup into developer tools and IDEs Provide LLMs with accurate Svelte 5 context for code assistance

README

mcp-svelte-docs

A Model Context Protocol (MCP) server that provides a comprehensive reference guide for Svelte 5, helping LLMs provide accurate guidance when users are working with Svelte. While it includes migration patterns from Svelte 4 to Svelte 5, it also serves as a detailed reference for Svelte 5 features, common mistakes, and best practices.

Config

Claude Desktop (via WSL)

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

Windsurf (via WSL)

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

Windows (without 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"]
		}
	}
}

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

MIT License - see the LICENSE file for details.

Acknowledgments

Built on:

mcp-svelte-docs FAQ

How do I install mcp-svelte-docs on Windows without WSL?
Use the command 'npx -y mcp-svelte-docs' directly in your terminal.
Can mcp-svelte-docs run on macOS and Linux?
Yes, it supports macOS and Linux using the 'npx -y mcp-svelte-docs' command.
Does mcp-svelte-docs cache documentation data?
Yes, it includes built-in caching for faster repeated searches.
How does mcp-svelte-docs help with Svelte version migration?
It provides detailed migration patterns from Svelte 4 to Svelte 5.
Can I integrate mcp-svelte-docs with LLMs like OpenAI, Claude, or Gemini?
Yes, it is designed to feed structured Svelte context to various LLMs for accurate assistance.
Is mcp-svelte-docs suitable for embedding in IDEs?
Absolutely, it can be integrated into IDEs to provide instant Svelte documentation lookup.
What platforms are supported for running mcp-svelte-docs?
Windows (with or without WSL), macOS, and Linux are all supported.
How do I contribute to mcp-svelte-docs?
Contributions are welcome; check the GitHub repository for guidelines and instructions.