MCP Servers

模型上下文协议服务器、框架、SDK 和模板的综合目录。

V
Vercel Ai MCP Client

Model Context Protocol Client with Vercel AI on Nextjs App Router

创建于 2/21/2025
更新于 about 1 year ago
Repository documentation and setup instructions

This is an example implementation of the Model Context Protocol SDK's client code with the Vercel AI SDK which simplifies handling an LLM chat in the browser. Check out how to make your own mcp servers quick here

How It Works

  1. Connect to an MCP server with SSE through the UI ( you can learn more about creating mcp servers with SSE)
  2. The system automatically discovers available tools
  3. Ask it to use the tool

Getting Started

# Install dependencies
npm install

# Run the development server
npm run dev

Then go to http://localhost:3000

快速设置
此服务器的安装指南

安装包 (如果需要)

npx vercel-ai-mcp-client

Cursor 配置 (mcp.json)

{ "mcpServers": { "quantgeekdev-vercel-ai-mcp-client": { "command": "npx", "args": [ "vercel-ai-mcp-client" ] } } }