openai-mcp-implementation
If you are the rightful owner of openai-mcp-implementation and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A simple server acting as a Master Control Program (MCP) to interact with OpenAI and Anthropic (Claude) AI models.
The MCP server for OpenAI and Claude is designed to facilitate seamless interaction with AI models from OpenAI and Anthropic. It provides a unified API endpoint that automatically detects the provider based on the requested model, allowing users to send prompts and receive responses from either OpenAI or Claude models. The server is easy to set up and configure, requiring only the installation of dependencies and the addition of API keys in a configuration file. It supports multiple models from both providers and includes a simple web interface for testing.
Features
- Unified API endpoint for OpenAI and Claude
- Automatic provider detection based on model
- Configurable via environment variables
- Supports multiple models from OpenAI and Claude
- Includes a simple web interface for testing