---
slug: "vercel-ai-mcp服务器"
source_type: "readme"
source_url: "https://cdn.jsdelivr.net/gh/itsdarianngo/mcp-vercel-ai@master/README.md"
repo: "https://github.com/itsdarianngo/mcp-vercel-ai"
source_file: "README.md"
branch: "master"
---
# AI MCP Server

An MCP server implementation supporting OpenAI and Mistral using the Vercel AI SDK.

## Supported Providers

### OpenAI
- Models: gpt-4-turbo, gpt-4, gpt-3.5-turbo
- Features: Structured output, system prompts

### Mistral
- Models: mistral-large-latest, mistral-small-latest, pixtral-large-latest
- Features: Safe prompts, system prompts

## Prerequisites

- Node.js 18 or higher
- OpenAI API key (for OpenAI features)
- Mistral API key (for Mistral features)

## Installation

1. Clone the repository:
```bash
git clone https://github.com/yourusername/openai-mcp-server.git
cd openai-mcp-server