π MCP server that lets you search and access Svelte documentation with built-in caching
Quick Install
Copy the config for your editor. Some servers may need additional setup β check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-svelte-docs": {
"command": "npx",
"args": [
"-y",
"spences10/mcp-svelte-docs"
]
}
}
}
Run in terminal:
claude mcp add mcp-svelte-docs npx -y spences10/mcp-svelte-docs
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-svelte-docs": {
"command": "npx",
"args": [
"-y",
"spences10/mcp-svelte-docs"
]
}
}
}