☁️
Vercel AI MCP Client
Model Context Protocol Client with Vercel AI on Nextjs App Router
0 installs
Trust: 34 — Low
Cloud
Ask AI about Vercel AI MCP Client
Powered by Claude · Grounded in docs
I know everything about Vercel AI MCP Client. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
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
- Connect to an MCP server with SSE through the UI ( you can learn more about creating mcp servers with SSE)
- The system automatically discovers available tools
- 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
