Svelte MCP

Svelte MCP server - AI-assisted Svelte development with documentation access, svelte-autofixer analysis, and playground links. Use specifically for MCP server features. For Svelte code use svelte skill. For SvelteKit use svelte-kit skill.

digi4care 1e9a29f 14 files · 59.9 KB Updated

File contents

Svelte MCP Server

AI-assisted Svelte development through Model Context Protocol.

When to Use

  • Building Svelte/SvelteKit applications
  • Getting documentation help
  • Code analysis and fixing
  • Generating playground links
  • Working with MCP-enabled editors

Quick Reference

Available Tools

The MCP server provides tools for:

  • Document lookups
  • Code analysis
  • Playground generation

Configuration

{
  "mcpServers": {
    "svelte": {
      "command": "npx",
      "args": ["-y", "@sveltejs/mcp-server"]
    }
  }
}

References

  • references/documentation/local_setup.md - Setup and local configuration
  • references/documentation/remote_setup.md - Remote setup
  • references/documentation/tools.md - Available MCP tools
  • references/documentation/resources.md - Resource usage and integration
  • references/documentation/prompts.md - Prompt templates and patterns

Related Skills

  • svelte (core framework)
  • svelte-kit (full-stack)
  • svelte-cli (project tooling)

digi4care/opencode-mastery/tree/main/src/skill/svelte-mcp commit 1e9a29feb5

Frequently asked questions

npx skillmds@latest add digi4care/svelte-mcp