MCP.so
登录

SvelteKit & Vercel MCP Starter

@axel-rock

关于 SvelteKit & Vercel MCP Starter

暂无概览

基本信息

分类

开发工具

运行时

node

传输方式

stdio

发布者

axel-rock

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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-adapter for 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

评论

开发工具 分类下的更多 MCP 服务器