SvelteKit & Vercel Starter
Createdaxel-rock
Provides a basic foundation for integrating Model Context Protocol (MCP) with SvelteKit applications deployed on Vercel.
About
This starter project demonstrates how to set up and deploy a Model Context Protocol (MCP) server and client using SvelteKit, running on Vercel. It provides a minimal, clear foundation for SvelteKit enthusiasts who want to integrate AI tool-calling capabilities into their applications. It leverages Vercel's MCP adapter and showcases how MCP can be successfully integrated with SvelteKit, even though much of the initial documentation leaned towards Next.js.
Key Features
- Includes a basic MCP tool example within a SvelteKit route.
- Leverages `@vercel/mcp-adapter` for simplified MCP server creation.
- Demonstrates how to call an MCP server using the AI SDK.
- 0 GitHub stars