Svelte MCP
Official Svelte MCP server, provides docs and suggestions on the generated code.
@sveltejs/mcp
Repo for the official Svelte MCP server.
Dev setup instructions
pnpm i
cp apps/mcp-remote/.env.example apps/mcp-remote/.env
pnpm dev
- 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 sendinglist-changed
notifications. We can use elicitation and sampling since those are sent on the same stream of the POST request
Local dev tools
MCP inspector
pnpm run inspect
Then visit http://localhost:6274/
- Transport type:
Streamable HTTP
- http://localhost:5173/mcp
Database inspector
pnpm run db:studio
Related Servers
Figma to React Native MCP
Convert Figma designs into React Native components.
Remote MCP Server (Authless)
An example of a remote MCP server deployable on Cloudflare Workers without authentication.
Nuanced MCP Server
Provides call graph analysis for LLMs using the nuanced library.
MCP Node.js Debugger
Provides runtime debugging access to Node.js applications for code editors like Cursor or Claude Code.
AI Sessions
Searching and access your AI coding sessions from Claude Code, Gemini CLI, opencode, and OpenAI Codex.
Keycloak MCP Server
An MCP server for Keycloak administration, offering over 30 tools to manage users, realms, clients, roles, and more from AI assistants.
cli-mcp
A command-line interface (CLI) client for calling tools from local and remote MCP servers.
D2 MCP Server
Generate, render, and manipulate D2 diagrams with incremental editing capabilities.
Liana-MCP
A natural language interface for cell-cell communication analysis using the Liana framework.
Micromanage
A server for managing sequential development tasks with configurable rules using external .mdc files.