HOOLIXAgentic AI index
Explore
frameworkVercel

Vercel AI SDK MCP Tools

Use MCP servers from TypeScript AI apps.

The Vercel AI SDK supports connecting to MCP servers so applications can use tools, resources, and prompts exposed through the protocol.

Setup path

Install

npm install ai
  1. 1

    Install

    npm install ai and the provider package you need.

  2. 2

    Create client

    Initialize a client for the target MCP server.

  3. 3

    Expose tools

    Pass MCP tools into generateText, streamText, or an Agent.

Tags

ai-sdkmcptypescripttoolsagents

Provider

AI SDK agents, MCP tools, Vercel MCP, deployment workflows, and production infrastructure for agent apps.

Provider docs

Related resources

Framework
OpenAI

OpenAI Agents SDK

Code-first agent orchestration in TypeScript and Python.

The Agents SDK is for applications that own orchestration, tool execution, approvals, state, handoffs, tracing, and evaluation.

npm install @openai/agents zod
Verified 2026-06-12Open
Framework
Google Gemini

Google Agent Development Kit

Production-grade framework for agents across languages.

Google ADK is an open-source framework for building, debugging, evaluating, and deploying agents with tools, sessions, memory, graph workflows, and multi-agent patterns.

pip install google-adk
Verified 2026-06-12Open
MCP
Vercel

Vercel MCP

Official remote MCP server for Vercel projects.

Vercel MCP is a remote OAuth MCP server at https://mcp.vercel.com for docs search, project and deployment management, and log inspection.

npx add-mcp https://mcp.vercel.com
Verified 2026-06-12Open