Vercel AI SDK MCP Server Project
@chiziuwaga
关于 Vercel AI SDK MCP Server Project
MCP Server for Vercel AI SDK with Figma and magic-mcp integration
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Vercel AI SDK MCP Server Project?
The Vercel AI SDK MCP Server Project is a Model Context Protocol (MCP) server that wraps core Vercel AI SDK functions (like generateObject, generateText) as tools for AI development environments such as Cursor. It is designed to be used in a multi-MCP workflow orchestrated by the AI, alongside servers for Figma and inspiration/component building.
How to use Vercel AI SDK MCP Server Project?
Clone the repository, install dependencies (npm install), create a .env file with your OpenAI API key (and optionally Anthropic, Figma, 21st Dev keys), build with npm run build, and start with npm run start. Integrate into Cursor by adding an entry in .cursor/mcp.json that runs node dist/index.js with the required environment variables. For deployed usage, configure via Smithery and update .cursor/mcp.json to use the Smithery CLI runner.
Key features of Vercel AI SDK MCP Server Project
- Exposes Vercel AI SDK functions as MCP tools (generate_object, generate_ui_component, etc.)
- Implements ToolManager with set_tool_category meta-tool to manage active tools
- Includes placeholder connectors for mcp-figma and magic-mcp integration
- Ready for deployment on Smithery.ai via Dockerfile and smithery.yaml
- Designed for Cursor integration and multi-MCP orchestration (Pathway 2)
Use cases of Vercel AI SDK MCP Server Project
- Generate structured objects or UI components from AI prompts in Cursor
- Orchestrate sequential tool calls across Figma, inspiration, and Vercel AI SDK servers
- Rapid prototyping of AI-powered features using Vercel AI SDK without leaving the editor
- Deploy as a managed MCP server on Smithery for team use
FAQ from Vercel AI SDK MCP Server Project
What dependencies are required to run this server?
Node.js v20+, npm, Git, and a Cursor environment. API keys for OpenAI are required; Anthropic, Figma, and 21st Dev keys are optional but needed for full integration.
How does this server interact with other MCP servers?
It is primarily used in a multi-MCP workflow (Pathway 2) where the AI in Cursor calls tools from mcp-figma, magic-mcp, and this server sequentially. A composite tool exists but is not the primary intended pattern.
Can I use this server without Smithery?
Yes, you can run it locally with stdio transport and configure it directly in Cursor’s .cursor/mcp.json. Smithery deployment is optional but simplifies hosting.
What API keys are required to use all features?
OpenAI API key is required for V
开发工具 分类下的更多 MCP 服务器
DevDocs by CyberAGI 🚀
cyberagiincCompletely free, private, UI based Tech Documentation MCP server. Designed for coders and software developers in mind. Easily integrate into Cursor, Windsurf, Cline, Roo Code, Claude Desktop App
Stakpak Agent CLI
stakpakShip your code, on autopilot. An open source agent that lives on your machines 24/7 and keeps your apps running. 🦀
TalkToFigma
sonnylazuardiTalkToFigma: MCP integration between AI Agent (Cursor, Claude Code, Codex) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
OpenSumi
opensumiA framework helps you quickly build AI Native IDE products. MCP Client, supports Model Context Protocol (MCP) tools via MCP server.
mcp-excalidraw
yctimlinMCP server and Claude Code skill for Excalidraw — programmatic canvas toolkit to create, edit, and export diagrams via AI agents with real-time canvas sync.
评论