← Index

Svelte MCP

dev.svelte/mcp·v0.1.22·Documents & Spreadsheets
Quality Score
94
/100

The official Svelte MCP server providing docs and autofixing tools for Svelte development

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://mcp.svelte.dev/mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@sveltejs/mcp"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@sveltejs/mcp"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @sveltejs/mcp
§03  MCP Quality Score  ·  methodology
freshness
24
completeness
25
installability
25
documentation
15
stability
5
§04  Alternatives in Documents & Spreadsheets