sveltejs/svelte
MCP ServerSvelte MCP Server - runs @sveltejs/mcp via bunx
check: bunx https://github.com/sveltejs/ai-tools
Official Svelte/SvelteKit documentation and tooling MCP server.
MCP Server
- Package:
@sveltejs/mcp - Transport: stdio
- Command:
bunx @sveltejs/mcp
Authentication
API key (optional, for Voyage embeddings)
| Variable | Required | Description |
|---|---|---|
VOYAGE_API_KEY | No | For embeddings support |
Available Tools
| Tool | Description |
|---|---|
*Auto-discovered* | Svelte/SvelteKit documentation and tooling |
Configuration Example
[[mcp.servers]]
name = "svelte"
type = "stdio"
command = "bunx"
args = ["@sveltejs/mcp"]
timeout_seconds = 60
env = { VOYAGE_API_KEY = "your-value" }
tools = []Notes: Official Svelte package. Uses bunx (Bun's npx replacement) for faster cold-start and native TypeScript support.