SvelteKit & Vercel MCP Starter
@axel-rock
About SvelteKit & Vercel MCP Starter
No overview available yet
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is SvelteKit & Vercel MCP Starter?
It is an example project that shows how to set up and deploy a Model Context Protocol (MCP) server and client using SvelteKit on Vercel. It leverages the @vercel/mcp-adapter to integrate AI tool‑calling capabilities, and is intended for SvelteKit developers who want to add MCP support to their applications.
How to use SvelteKit & Vercel MCP Starter?
Clone the repository, copy .env.example to .env, and fill in your ANTHROPIC_API_KEY and REDIS_URL. Install dependencies with pnpm install, then start the development server with pnpm run dev. For deployment, connect your Git repository to Vercel and configure the same environment variables in the project settings.
Key features of SvelteKit & Vercel MCP Starter
- SvelteKit framework integration
- Vercel deployment with serverless functions
@vercel/mcp-adapterfor simplified MCP server creation- Basic MCP tool example in a SvelteKit route
- MCP client example in
+page.svelte - TypeScript for robust code
Use cases of SvelteKit & Vercel MCP Starter
- Learning how to add MCP tool‑calling to a SvelteKit application.
- Prototyping AI‑powered features on Vercel.
- Deploying a minimal MCP server using standard web technologies.
- Adapting MCP examples from Next.js to SvelteKit.
FAQ from SvelteKit & Vercel MCP Starter
What runtime and dependencies are required?
Node.js v18 or later, pnpm, and a Vercel account (optional for local development). You also need an Anthropic API key (or an alternative LLM provider key) and a Redis URL (for SSE transport state management). The MCP TypeScript SDK version used is 1.10.2.
Which transports does this server support?
The primary example uses StreamableHTTPClientTransport. The @vercel/mcp-adapter also supports SSE, which requires a properly configured Redis instance for state management.
Are there any known limitations or issues?
Deploying the MCP server to Vercel Edge Functions may have limitations as of this example’s creation; standard serverless functions are recommended. There was also a known issue with tool arguments in later MCP SDK versions, so
More Developer Tools MCP servers
mcp-excalidraw
yctimlinMCP server and Claude Code skill for Excalidraw — programmatic canvas toolkit to create, edit, and export diagrams via AI agents with real-time canvas sync.
MCP-Scan: An MCP Security Scanner
invariantlabs-aiSecurity scanner for AI agents, MCP servers and agent skills.
OpenSumi
opensumiA framework helps you quickly build AI Native IDE products. MCP Client, supports Model Context Protocol (MCP) tools via MCP server.
MCP Inspector
modelcontextprotocolVisual testing tool for MCP servers
MCP Framework
QuantGeekDevThe Typescript MCP Framework
Comments