Swift OpenAI
Provides a universal Model Context Protocol (MCP) server for accessing OpenAI's APIs and other compatible AI providers through a standardized interface.
About
This MCP server enables any AI assistant or development tool that supports the Model Context Protocol to interact with various AI APIs. Once configured, your AI assistant can have conversations with GPT models, generate images with DALL-E, create embeddings for semantic search, and list available models, even working with OpenAI-compatible providers like Groq, OpenRouter, and Ollama. Built with Swift for high performance and reliability, it offers a unified gateway to diverse AI capabilities.
Key Features
- Multi-Provider Support for OpenAI, Groq, Ollama, OpenRouter, and more
- Image Generation with DALL-E 2 and DALL-E 3
- Chat Completions for various GPT and chat models
- 3 GitHub stars
- Embeddings generation for text analysis
- Model Listing to discover available AI models
Use Cases
- Enable AI assistants and development tools (e.g., Claude Desktop, Cursor, VS Code) to interact with diverse AI APIs.
- Facilitate cross-model AI collaboration for tasks like code review, deep analysis, and getting second opinions.
- Generate images and text embeddings using a unified interface for various applications.