MCP pour OpenAI et Claude
@Spysailor
About MCP pour OpenAI et Claude
Implementation of OpenAI MCP Server
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCP pour OpenAI et Claude?
A simple server that acts as a Master Control Program (MCP) for interacting with AI models from OpenAI and Anthropic (Claude).
How to use MCP pour OpenAI et Claude?
Clone the repository, install dependencies with npm install, configure your API keys in a .env file based on .env.example, then start the server with npm start. The server runs on http://localhost:3000 and exposes unified and provider-specific API endpoints.
Key features of MCP pour OpenAI et Claude
- Unified API endpoint with automatic provider detection.
- Provider-specific endpoints for OpenAI and Claude.
- Supports multiple OpenAI and Claude models.
- Configurable prompt, model, maxTokens, and provider.
- Includes a simple web test interface (test-mcp.html).
Use cases of MCP pour OpenAI et Claude
- Interact with OpenAI or Claude models through a single API.
- Automatically route requests to the correct AI provider based on model name.
- Build applications that need to switch between GPT-4 and Claude models.
- Test and compare responses from different AI models easily.
FAQ from MCP pour OpenAI et Claude
What models are supported?
OpenAI models include gpt-4, gpt-4-turbo, gpt-3.5-turbo, and others. Claude models include claude-3-opus-20240229, claude-3-sonnet-20240229, claude-3-haiku-20240307, and others.
How do I configure my API keys?
Copy .env.example to .env and edit the file to add your OPENAI_API_KEY and ANTHROPIC_API_KEY values. The server reads these environment variables on startup.
What endpoints does the server provide?
Three endpoints: POST /api/mcp (unified, auto-detects provider), POST /api/mcp/openai (always OpenAI), and POST /api/mcp/claude (always Claude). All accept a JSON body with prompt, model, maxTokens, and provider parameters.
How do I choose between OpenAI and Claude?
Set the provider field to "openai", "claude", or "auto" (default) in your request. Alternatively, use the provider-specific endpoints /api/mcp/openai or /api/mcp/claude.
Is there a test interface included?
Yes, a simple web test page is included at test-mcp.html. Open it in your browser to test the MCP without writing additional code.
Frequently asked questions
What models are supported?
OpenAI models include gpt-4, gpt-4-turbo, gpt-3.5-turbo, and others. Claude models include claude-3-opus-20240229, claude-3-sonnet-20240229, claude-3-haiku-20240307, and others.
How do I configure my API keys?
Copy `.env.example` to `.env` and edit the file to add your `OPENAI_API_KEY` and `ANTHROPIC_API_KEY` values. The server reads these environment variables on startup.
What endpoints does the server provide?
Three endpoints: `POST /api/mcp` (unified, auto-detects provider), `POST /api/mcp/openai` (always OpenAI), and `POST /api/mcp/claude` (always Claude). All accept a JSON body with `prompt`, `model`, `maxTokens`, and `provider` parameters.
How do I choose between OpenAI and Claude?
Set the `provider` field to `"openai"`, `"claude"`, or `"auto"` (default) in your request. Alternatively, use the provider-specific endpoints `/api/mcp/openai` or `/api/mcp/claude`.
Is there a test interface included?
Yes, a simple web test page is included at `test-mcp.html`. Open it in your browser to test the MCP without writing additional code.
Basic information
More AI & Agents MCP servers
Unreal Engine Generative AI Support Plugin
prajwalshettydevUnreal Engine plugin for LLM/GenAI models & MCP UE5 server. OpenAI GPT-5, Deepseek R1, Claude Opus/Sonnet, Gemini 3, Grok 4, Alibaba Qwen, Kimi, ElevenLabs TTS, Inworld, OpenRouter, Groq, GLM, Ollama, Local, Meshy, Tripo, Hunyuan3D, Rodin, fal, Dashscope, Seedream. NPC AI, agenti
Web Agent Protocol
OTA-Tech-AI🌐Web Agent Protocol (WAP) - Record and replay user interactions in the browser with MCP support

Lumify Sports Intelligence
LumifyAgent-ready sports intelligence API: live scores, odds, line movement, public betting splits, and explainable bet confidence — via 16 MCP tools at https://lumify.ai/mcp. Get a free key instantly — no signup, email, or ca
MCP Claude Code
SDGLBLMCP implementation of Claude Code capabilities and more
Mcp Agent
lastmile-aiBuild effective agents using Model Context Protocol and simple workflow patterns
Comments