The MCP Svelte Docs Server provides comprehensive documentation and guidance for Svelte 5 and SvelteKit development through specialized tools.
Access detailed documentation for Svelte 5 core runes:
$state
,$derived
,$props
, and$effect
Learn about Svelte 5 features like snippets (replacing slots), event handling, component events, and global state management strategies
Explore modern async features including await expressions, boundaries, and SvelteKit remote functions for type-safe client-server communication
Get Svelte 4 to Svelte 5 migration guidance with searchable patterns using the
pattern
parameter for specific areas like "reactive", "props", or "events"Identify and avoid common mistakes in Svelte 5 development with filtering by categories such as "state", "props", or "events" using the
category
parameterAccess comprehensive overviews of all Svelte 5 features and runes
Control documentation detail with the optional
includeExamples
parameter (defaults to true) to choose between documentation with or without code examples
Provides efficient access to Svelte documentation with advanced search capabilities, caching, and optimized content delivery. Supports package-specific documentation for Svelte, Kit, and CLI.
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)
Windsurf (via WSL)
Windows (without WSL)
macOS / Linux
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
License
MIT License - see the LICENSE file for details.
Acknowledgments
Built on:
Tools
Enables vector similarity search and serving of Svelte documentation via the MCP protocol, with support for local caching and multiple llms.txt documentation formats.
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityAn MCP server implementation that provides tools for retrieving and processing documentation through vector search, enabling AI assistants to augment their responses with relevant documentation contextLast updated -21227MIT License
- -securityAlicense-qualityAn MCP server implementation that provides tools for retrieving and processing documentation through vector search, enabling AI assistants to augment their responses with relevant documentation context. Uses Ollama or OpenAI to generate embeddings. Docker files includedLast updated -1823MIT License
- -securityFlicense-qualityAn MCP server that integrates with Claude to provide smart documentation search capabilities across multiple AI/ML libraries, allowing users to retrieve and process technical information through natural language queries.Last updated -
- AsecurityAlicenseAqualityA documentation server based on MCP protocol designed for various development frameworks that provides multi-threaded document crawling, local document loading, keyword searching, and document detail retrieval.Last updated -349MIT License
Appeared in Searches
- A server for handling vector memory operations
- MCP integration with LangChain documentation
- A server or tool using RAG for documentation scraping, storage, and retrieval with SSE support
- Retrieve the latest documentation of libraries in word embeddings form for LLMs
- Official Documentation for Tailwind CSS