MCP Server for Vercel AI SDK with Figma and magic-mcp integration
If you want an AI assistant working directly with Vercel Ai Sdk MCP Project, the vercel ai sdk mcp project mcp server is the bridge. MCP Server for Vercel AI SDK with Figma and magic-mcp integration.
This repository contains a Model Context Protocol (MCP) server designed to expose capabilities of the Vercel AI SDK Core to AI development environments like Cursor. It allows leveraging features like generateObject, generateText, streamText, and UI generation alongside other MCP servers (like mcp-figma and magic-mcp via Smithery).
Setup follows the standard MCP pattern: clone or install the server, then register it in your client's configuration file and restart the client. The configuration snippets on this page cover Claude Desktop, Claude Code and Cursor.
Before the server will start you need to supply 5 environment variables: OPENAI_API_KEY, ANTHROPIC_API_KEY, FIGMA_API_KEY, TWENTY_FIRST_API_KEY, TRANSPORT_TYPE. Keep credentials in your client's env block or a secrets manager rather than committing them.
Cloud and DevOps servers put infrastructure on speaking terms with your assistant, so "why is this broken?" is answered from real state rather than a generic checklist. Vercel Ai Sdk MCP Project sits in that group. Worth comparing against the other cloud devops servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.
{
"mcpServers": {
"magic-mcp": { ... }, // Keep existing Smithery config
"mcp-figma": { ... }, // Keep existing Smithery config
"vercel-ai-sdk-mcp": {
"command": "npx",
"args": [
"-y", "@smithery/cli@latest", "run",
"chiziuwaga/vercel-ai-sdk-mcp-project",
"--config",
// Ensure these env vars are available to Cursor
"{"openaiApiKey":"${OPENAI_API_KEY}", "anthropicApiKey":"${ANTHROPIC_API_KEY}", "figmaApiKey":"${FIGMA_API_KEY}", "twentyFirstApiKey":"${TWENTY_FIRST_API_KEY}", "transportType":"stdio"}"
]
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| OPENAI_API_KEY | Credential the server authenticates with. | Yes |
| ANTHROPIC_API_KEY | Credential the server authenticates with. | Yes |
| FIGMA_API_KEY | Credential the server authenticates with. | Yes |
| TWENTY_FIRST_API_KEY | Credential the server authenticates with. | Yes |
| TRANSPORT_TYPE | Configuration value read at startup. | Optional |
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.
AWS Labs' official server suite — current AWS docs, CDK guidance, cost analysis and service tools.
Cloud browsers for AI agents — automation sessions that run in Browserbase's fleet, not on your machine.
Workers, KV, R2 and D1 by conversation — Cloudflare's official remote servers for building and observability.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.