MCP pour OpenAI et Claude

Author:@Spysailor
View on GitHub

Overview

What is MCP for OpenAI and Claude? It is a Master Control Program server that provides a unified way to interact with AI models from both OpenAI and Anthropic (Claude).

How do you use it? First, clone the repository and install its dependencies. Then, configure your .env file with the necessary API keys. Finally, start the server and access it at http://localhost:3000.

What are its key features? It offers a single API endpoint that automatically detects the provider from the model request. It supports multiple models from OpenAI and Claude, and includes a simple web interface for testing.

What are the use cases? You can use it to interact with OpenAI's GPT models or with Claude's models for various AI tasks. It is also useful for developing and testing AI applications through one unified interface.

Frequently Asked Questions: Which models are supported? It supports models like gpt-4, gpt-3.5-turbo from OpenAI and claude-3-opus from Claude. How are API keys configured? You add your OpenAI and Claude API keys to the .env file. Is there a testing interface? Yes, a simple web interface is included.