AWS's managed MCP server: call any AWS API, run sandboxed Python against your account, and load AWS agent skills on demand — under IAM, CloudWatch and CloudTrail.
Vercel
Summary
Vercel's official remote MCP server — search docs, manage projects and deployments, read build logs, and query Web Analytics.
Features
- Search and navigate Vercel documentation
- List and manage projects and deployments
- Read and analyze build and runtime logs
- Query Web Analytics: visitors, page views, custom events
- OAuth authentication — no API keys in config files
- Streamable HTTP transport, allowlisted clients only
Installation
Set up this MCP server in your favorite AI agent — copy a ready-made configuration below.
Description
Vercel MCP is Vercel's official remote Model Context Protocol server, giving an agent OAuth-scoped access to your Vercel account so it can answer questions and act on your projects without you switching to the dashboard.
It can search and navigate the full Vercel documentation set, list and inspect projects and deployments, read and analyze build and runtime logs to explain why a deploy failed, and query Web Analytics for visitors, page views, and custom events.
The server implements the current MCP Authorization and Streamable HTTP specifications and only accepts connections from AI clients Vercel has reviewed, which includes Claude Code, Claude Desktop, Cursor, VS Code with Copilot, and the Codex CLI. Connect through the mcp-remote bridge, or in Claude Code with a single command: claude mcp add --transport http vercel https://mcp.vercel.com.
Related MCP Servers
Google's official MCP server for driving the gcloud CLI from natural language, with allowlist and denylist controls over which commands an agent may run.
Google's open-source MCP server for enterprise databases — one binary that fronts AlloyDB, BigQuery, Spanner, Postgres, MySQL, Oracle, MongoDB, Snowflake and more.
Datadog's official managed MCP server — query logs, metrics, traces, incidents and dashboards from an AI agent, inside your existing Datadog permissions.
