mcp-svelte-docs
This MCP server provides a unified interface to search and access Svelte documentation with built-in caching.
The mcp-svelte-docs server offers a comprehensive resource for developers working with Svelte 5 and SvelteKit. By utilizing a definition-first approach, it consolidates over 28 definitions into a single powerful tool, `svelte_definition`, which allows users to retrieve precise syntax, parameters, and examples for various Svelte concepts. This server not only covers core features and advanced patterns but also provides migration guidance from Svelte 4 to 5, making it an essential tool for both new and experienced developers. With the ability to return documentation in multiple formats, users can choose between concise TypeScript signatures, quick overviews with examples, or complete documentation. This flexibility ensures that developers can access the information they need in the format that best suits their workflow, enhancing productivity and streamlining the development process.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-svelte-docs": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-svelte-docs"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions