trackmcp
Back to directory

The official svelte MCP for all your agentic needs.

316 stars TypeScriptOthers Updated Sep 3, 2026

Documentation

@sveltejs/mcp

Repo for the official Svelte MCP server.

Dev setup instructions

code
pnpm i
cp apps/mcp-remote/.env.example apps/mcp-remote/.env
pnpm dev

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

Local dev tools

MCP inspector

code
pnpm run inspect

Then visit http://localhost:6274/

  • Transport type: `Streamable HTTP`
  • http://localhost:5173/mcp

Database inspector

code
pnpm run db:studio

https://local.drizzle.studio/

Frequently asked questions

What is ai-tools?

ai-tools is The official svelte MCP for all your agentic needs.

How do I install ai-tools?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is ai-tools open source?

Yes — it is hosted on GitHub at https://github.com/sveltejs/ai-tools and has 316 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP