Back to MCP Servers
Vercel Ai Docs
A Model Context Protocol (MCP) server that provides AI-powered search and querying capabilities for the Vercel AI SDK documentation.
developer-toolsvercelai
By IvanAmador
Installation
npx -y vercel-ai-docs-mcpConfiguration
{
"mcpServers": {
"vercel-ai-docs-mcp": {
"command": "npx",
"args": ["-y", "vercel-ai-docs-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes