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. This project enables developers to ask questions about the Vercel AI SDK and receive accurate, contextualized responses based on the official documentation.
Platform-specific configuration:
{
"mcpServers": {
"vercel-ai-docs-mcp": {
"command": "npx",
"args": [
"-y",
"vercel-ai-docs-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
A Model Context Protocol (MCP) server that provides AI-powered search and querying capabilities for the Vercel AI SDK documentation. This project enables developers to ask questions about the Vercel AI SDK and receive accurate, contextualized responses based on the official documentation.
[](https://modelcontextprotocol.io) [](https://www.typescriptlang.org/) [](https://nodejs.org/)
This system consists of several key components:
Create a .env file in the project root with the following variables:
GOOGLE_GENERATIVE_AI_API_KEY=your-google-api-key-hereYou'll need to obtain a Google Gemini API key from the Google AI Studio.
git Loading reviews...