npm @sveltejs/mcpstreamable-httpMITupdated 8d ago
Repo for the official Svelte MCP server.
Was kannst du mit Svelte MCP machen?
@sveltejs/mcp
Repo for the official Svelte MCP server.
Dev setup instructions
pnpm i
cp apps/mcp-remote/.env.example apps/mcp-remote/.env
pnpm dev
- Set the VOYAGE_API_KEY for embeddings support
[!NOTE] Currently to prevent having a bunch of Timeout logs on vercel we shut down the SSE channel immediately. This means that we can't use
server.logand we are not sendinglist-changednotifications. We can use elicitation and sampling since those are sent on the same stream of the POST request
Local dev tools
MCP inspector
pnpm run inspect
Then visit http://localhost:6274/
- Transport type:
Streamable HTTP - http://localhost:5173/mcp
Database inspector
pnpm run db:studio
Installation
Svelte MCP zu deinem Client hinzufügen. Wähl den, den du nutzt.
{
"servers": {
"mcp": {
"type": "http",
"url": "https://mcp.svelte.dev/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
claude mcp add mcp -- npx -y @sveltejs/mcpcodex mcp add mcp -- npx -y @sveltejs/mcpamp mcp add mcp -- npx -y @sveltejs/mcp{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@sveltejs/mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@sveltejs/mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@sveltejs/mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@sveltejs/mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@sveltejs/mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"@sveltejs/mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"@sveltejs/mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y @sveltejs/mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Score
39 / 100
Unvollständig
- Dokumentation19/25
- Pflege25/25
- Vertrauen16/20
- Funktionsumfang0/15
- Installation15/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 0 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 18 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Versionsverlauf
| Versionen | Veröffentlicht |
|---|---|
| 0.1.26Aktuell | 7. Aug. 2026 |
| 0.1.25 | 26. Juni 2026 |
| 0.1.24 | 4. Juni 2026 |
| 0.1.23 | 13. Mai 2026 |
| 0.1.22 | 13. März 2026 |
| 0.1.21 | 11. März 2026 |
| 0.1.20 | 30. Jan. 2026 |
| 0.1.19 | 19. Jan. 2026 |
| 0.1.18 | 16. Jan. 2026 |
| 0.1.17 | 5. Jan. 2026 |
| 0.1.16 | 21. Dez. 2025 |
| 0.1.15 | 17. Dez. 2025 |
| 0.1.13 | 5. Dez. 2025 |
| 0.1.11 | 25. Okt. 2025 |
| 0.1.10 | 24. Okt. 2025 |
| 0.1.9 | 22. Okt. 2025 |
| 0.1.8 | 17. Okt. 2025 |
| 0.1.5 | 10. Okt. 2025 |
| 0.1.4 | 9. Okt. 2025 |