developer tools

Vercel Ai Docs Mcp

A Model Context Protocol (MCP) server that provides AI-powered search and querying capabilities for the Vercel AI SDK documentation.

typescript
local
developer tools
0
View on GitHub

Installation

npx -y IvanAmador/vercel-ai-docs-mcp

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

{
  "name": "vercel-ai-docs-mcp",
  "command": "npx",
  "args": [
    "-y",
    "IvanAmador/vercel-ai-docs-mcp"
  ]
}

About This MCP Server

IvanAmador/vercel-ai-docs-mcp

A Model Context Protocol (MCP) server that provides AI-powered search and querying capabilities for the Vercel AI SDK documentation.

GitHub: https://github.com/IvanAmador/vercel-ai-docs-mcp

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub