Developer Tools
Trust: 42/100 (Fair)Svelte MCP Guide
The official Svelte MCP server providing docs and autofixing tools for Svelte development
179 starsby sveltejs
Quick Start
Install
npx @sveltejs/mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"dev-svelte-mcp": {
"command": "npx",
"args": [
"@sveltejs/mcp"
]
}
}
}