Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ☁️ Cloud Platforms
  3. Vercel AI Docs MCP
Vercel AI Docs MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 6:20:21 PM

Vercel AI Docs MCP

User RatingsBe the first to rate and review this MCP server!
View Repository50 GitHub StarsTotal stargazers on GitHub for the source repository (50 stars).Visit Website
developer-toolsdocumentationsearchragvercel

Searches indexed Vercel AI SDK documentation and answers developer questions through MCP tools.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

One-click editor setup isn’t available for this listing yet — we don’t have a confirmed install command, and we’d rather show nothing than point your editor at the wrong package or host. Follow the project’s own setup instructions, linked above.

Manual Client & Custom JSON ConfigExpand JSON ▾
No confirmed setup config for this listing yet. We only publish a config block when the install details come from the project itself — its README, its docs, or a verified owner. We haven’t found those for IvanAmador/vercel-ai-docs-mcp, and we’d rather show nothing than a guess you’d paste into your client. Follow the project’s own setup instructions for the current steps.
Install Directory Badge Claim listing Alternatives☁️ More in Cloud Platforms

Overview

IvanAmador/vercel-ai-docs-mcp MCP server exposes search and question-answering tools for the Vercel AI SDK documentation. It uses a FAISS vector index for semantic retrieval and Google Gemini to generate responses for agent queries. The project can fetch, process, and index documentation before serving requests, while session storage preserves conversation context. Reach for it when an MCP client needs documentation-focused help with Vercel AI SDK APIs.

Use cases

•Search Vercel AI SDK documentation from an MCP client
•Ask Gemini-backed questions about Vercel AI SDK APIs
•Retrieve semantically similar documentation passages
•Maintain context across related documentation questions

Key features

•Semantic search over an indexed Vercel AI SDK documentation corpus
•Gemini-backed agent question answering
•Session-based conversation memory
•Documentation fetching and FAISS index generation
•MCP tools for direct queries and memory clearing

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Vercel AI Docs MCP.

Extracted Tool Capabilities
Semantic search over an indexed Vercel AI SDK documentation corpus
Gemini-backed agent question answering
Session-based conversation memory
Documentation fetching and FAISS index generation
MCP tools for direct queries and memory clearing

How Vercel AI Docs MCP works

What IvanAmador/vercel-ai-docs-mcp MCP server does

IvanAmador/vercel-ai-docs-mcp MCP server gives MCP-compatible assistants access to the Vercel AI SDK documentation. It supports two query styles: an agent query that searches the indexed content and synthesizes an answer, and a direct query that returns similarity-search results from the documentation index.

The server also exposes session memory controls. Agent requests can include a session identifier so related questions retain conversational context. The clear-memory tool removes stored context for one session, or for every session when no identifier is provided.

This project is intended for developers working with the Vercel AI SDK who want documentation answers inside an MCP client rather than manually searching the documentation site.

How it works

The project has separate components for retrieving documentation, building the search index, answering questions, and exposing MCP tools. Its indexing workflow fetches and processes Vercel AI SDK documentation, then stores embeddings in a FAISS vector index. Direct queries search that index using semantic similarity.

Agent queries use the indexed documentation as context for responses generated with a Google Gemini model. The server stores session data in the project’s session files so subsequent requests can continue a conversation. The index must exist before normal querying; the documented troubleshooting step for a missing index is to run the index build command.

Setup and configuration

The IvanAmador/vercel-ai-docs-mcp MCP server requires Node.js 18 or newer, npm, and a Google Gemini API key. Set GOOGLE_GENERATIVE_AI_API_KEY in a .env file at the project root. The key is obtained through Google AI Studio and is used for Gemini model access.

The documented local setup is:

  1. Clone the repository and enter the project directory.
  2. Run npm install.
  3. Compile the TypeScript project with npm run build.
  4. Create the documentation index with npm run build:index.
  5. Start the server with npm run start.

Claude Desktop and Cursor can run the built server with Node and the path to dist/main.js. Their MCP configurations need the absolute project path and the Google API key in the server environment. The README also identifies npm run dev:index and npm run dev as development scripts.

Tools and capabilities

The MCP server provides three primary tools:

  • agent-query accepts a natural-language question and an optional sessionId. It searches the documentation and produces a synthesized answer.
  • direct-query accepts a query and an optional result limit, returning direct similarity-search results.
  • clear-memory clears one session when given a sessionId, or all sessions when the parameter is omitted.

The indexing components can fetch and process documentation, create the FAISS index, and manage the resulting local files. This makes the server suitable for documentation lookup, API usage questions, and follow-up questions that depend on earlier context.

Limitations and notes

A Google API key is required for the Gemini-backed agent functionality, and Google API rate limits can cause errors. A valid key must have access to the configured Gemini model. The documentation index is a local project artifact and needs to be built before the server can use it for queries.

The README explicitly documents Claude Desktop and Cursor configurations. Other MCP clients may work if they implement the Model Context Protocol, but their setup details are not provided here. Configuration paths must be absolute in the shown client examples, and clients may need to be restarted after configuration changes.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Cloud Platforms View all alternatives
  • Next Devtools MCP logoNext Devtools MCP
    Verified

    Official Next.js MCP server for coding agents. Provides runtime diagnostics, route inspection, dev server logs, docs search, and upgrade guides. Requires Next.js 16+ dev server for full runtime features.

    ☁️ Cloud Platforms5 views
    Compare vs Next Devtools MCP →
  • Hub MCP logoHub MCP
    Verified

    Official MCP server to interact with Docker Hub, providing access to repositories, hub search and Docker Hardened Images

    ☁️ Cloud Platforms2 views
    Compare vs Hub MCP →
  • MCP Server Docker logoMCP Server Docker

    Integrate with Docker to manage containers, images, volumes, and networks.

    ☁️ Cloud Platforms3 views
    Compare vs MCP Server Docker →
  • MCP Redis Cloud logoMCP Redis Cloud

    Manage your Redis Cloud resources effortlessly using natural language. Create databases, monitor subscriptions, and configure cloud deployments with simple commands.

    ☁️ Cloud Platforms5 views
    Compare vs MCP Redis Cloud →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
50
Stargazers on the source repository.
Last commit
1y ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Vercel AI Docs MCP

Clone the repository, run npm install, build with npm run build, create the documentation index with npm run build:index, and start it with npm run start.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewVercel AI Docs MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/ivanamador-vercel-ai-docs-mcp?style=directory)](https://allmcps.com/mcp/ivanamador-vercel-ai-docs-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/ivanamador-vercel-ai-docs-mcp"><img src="https://allmcps.com/api/badge/ivanamador-vercel-ai-docs-mcp?style=directory" alt="Vercel AI Docs MCP on AllMCPs" /></a>

Technical Specs & Signals

Category☁️Cloud Platforms
PricingBring your own API key (usage-based cost)
More technical detailsExpand ▾
AuthAPI key
LicenseMIT
ClientsClaude Desktop, Cursor
Last updatedSep 7, 2026
9/9 checks healthy over the last 31d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars50
GitHub Star CountTotal stargazers on GitHub representing community popularity (50 stars).
Last commit1y ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Apr 4, 2025
41Quality signal: Fair · 41/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools18/30
Adoption & activity3/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

★ FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server →

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ☁️ Cloud Platforms →Best MCP servers for Cloud Platforms →Alternatives to Vercel AI Docs MCP →Install in Claude DesktopInstall in CursorInstall in VS Code