Fire in da houseTop Tip:Paying $100+ per month for Perplexity, MidJourney, Runway, ChatGPT and other tools is crazy - get all your AI tools in one site starting at $15 per month with Galaxy AI Fire in da houseCheck it out free

mcp-vercel-ai

MCP.Pizza Chef: itsDarianNgo

The mcp-vercel-ai server is an MCP server implementation that integrates Vercel-compatible large language model (LLM) providers, specifically OpenAI and Mistral, using the Vercel AI SDK. It supports advanced features such as structured output and system prompts for OpenAI models (gpt-4-turbo, gpt-4, gpt-3.5-turbo) and safe prompts and system prompts for Mistral models (mistral-large-latest, mistral-small-latest, pixtral-large-latest). Designed for Node.js 18+ environments, it requires API keys for OpenAI and Mistral to enable their respective functionalities. This server enables developers to easily connect and leverage powerful LLMs within the MCP ecosystem, facilitating real-time, structured AI interactions in applications.

Use This MCP server To

Integrate OpenAI GPT models into MCP workflows Connect Mistral LLMs for AI-enhanced applications Enable structured output from Vercel-compatible LLMs Use system prompts for advanced AI control Deploy AI servers in Node.js environments Facilitate multi-provider LLM orchestration Support safe prompt usage with Mistral models

README

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:
git clone https://github.com/yourusername/openai-mcp-server.git
cd openai-mcp-server

mcp-vercel-ai FAQ

What are the prerequisites for running mcp-vercel-ai?
You need Node.js 18 or higher, plus API keys for OpenAI and Mistral to enable their features.
How do I install the mcp-vercel-ai server?
Clone the GitHub repository, then follow the setup instructions to configure API keys and dependencies.
Which LLM providers does mcp-vercel-ai support?
It supports OpenAI models like GPT-4 and GPT-3.5-turbo, and Mistral models including mistral-large-latest and pixtral-large-latest.
Can mcp-vercel-ai handle structured output?
Yes, it supports structured output features for OpenAI models to enhance response formatting.
Does mcp-vercel-ai support system prompts?
Yes, both OpenAI and Mistral models support system prompts for better prompt control.
Is mcp-vercel-ai compatible with other MCP clients?
Yes, it is designed to work seamlessly within the MCP ecosystem with compatible clients.
What Node.js version is required?
Node.js version 18 or higher is required to run mcp-vercel-ai.
How does mcp-vercel-ai ensure safe prompt usage?
It supports safe prompts specifically for Mistral models to maintain secure and controlled AI interactions.