MCP Directory
Back

mcp-svelte-docs

by spences10 Β· TypeScript Β· β˜… 122

πŸ” MCP server that lets you search and access Svelte documentation with built-in caching

#developer-tools#documentation#libsql#llm#mcp#model-context-protocol#search#svelte

Install

npx -y github:spences10/mcp-svelte-docs

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-svelte-docs": {
      "command": "npx",
      "args": [
        "-y",
        "github:spences10/mcp-svelte-docs"
      ]
    }
  }
}

From the README

A Model Context Protocol (MCP) server providing authoritative Svelte 5 and SvelteKit definitions extracted directly from TypeScript declarations. Get precise syntax, parameters, and examples for all Svelte 5 concepts through a single, unified interface. **Definition-First Approach**: Rather than multiple specialized tools, this server provides one powerful tool that accesses 28+ comprehensive definitions covering: - **All Svelte 5 runes** ($state, $derived, $props, $effect variants) - **Modern features** (snippets, await expressions, remote functions) - **Event handling** (DOM events, custo…
Read full README on GitHub β†’

πŸ’‘ Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related ai & ml servers