Svelte MCP
Official Svelte MCP server, provides docs and suggestions on the generated code.
Ads
Overview
Repo for the official Svelte MCP server. 1. 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.log and we are not sending list-changed notifications. We can use elicitation and sampling since those are sent on the same stream of the POST request - Transport type: Streamable HTTP - http://localhost:5173/mcp
Installation
pnpm i
Configuration
Configuration example is not available yet.
Capabilities
- Ask Svelte questions
Query the official Svelte documentation and knowledge base using `ask_svelte`.
- Search Svelte docs
Find relevant documentation pages and snippets with `search_docs`.
- Retrieve Svelte examples
Get code examples and usage patterns from the Svelte ecosystem via `get_examples`.
Tags
- documentation
- coding-agent
- development
Related MCP servers
Context7 MCP
OfficialOfficial Context7 MCP server that brings up-to-date, version-specific library documentation and code examples into AI coding prompts.
Chrome DevTools MCP
OfficialOfficial Chrome DevTools MCP server for controlling and inspecting a live Chrome browser from coding agents such as Gemini, Claude, Cursor, and Copilot.
Mastra/mcp
OfficialClient implementation for Mastra, providing seamless integration with MCP-compatible AI models and tools.
GitHub MCP Server
OfficialConnect your AI assistant to GitHub repositories, issues, pull requests, and search.