Adding the remote Svelte MCP server for Claude Code does not require any installation.
┌ Welcome to the Svelte CLI! (v0.15.3)
│
◇ Which client would you like to use?
│ claude code
│
◇ What setup would you like to use?
│ Remote
│
▲ CLAUDE.md already exists, we didn't touch it. See https://svelte.dev/docs/mcp/overview#Usage for manual setup.
│
◆ Successfully setup add-ons: mcp
│
◇ Which package manager do you want to install dependencies with?
│ None
│
│ To skip prompts next time, run:
● npx sv@0.15.3 add mcp="ide:claude-code+setup:remote" --no-install
│
└ You're all set!
Seems to be the same for the local version. I thought it would be installed locally.
{
"mcpServers": {
"svelte": {
"type": "stdio",
"command": "npx",
"env": {},
"args": ["-y", "@sveltejs/mcp"]
}
}
}
Adding the remote Svelte MCP server for Claude Code does not require any installation.
Seems to be the same for the local version. I thought it would be installed locally.
{ "mcpServers": { "svelte": { "type": "stdio", "command": "npx", "env": {}, "args": ["-y", "@sveltejs/mcp"] } } }