mcp-openai
48
The MCP OpenAI Server project enables seamless integration of OpenAI’s models within the Claude environment, supporting multiple chat models. It simplifies message passing and includes basic error handling, designed primarily for macOS users.
What models are supported by the MCP OpenAI Server?
The server supports gpt-4o, gpt-4o-mini, o1-preview, and o1-mini models.
How do I configure the MCP OpenAI Server with Claude Desktop?
Add the server configuration to your 'claude_desktop_config.json' file, specifying the command, arguments, and environment variables including your OpenAI API key.
What should I do if I encounter issues with the server?
Check the MCP logs in Claude Desktop by using the command 'tail -n 20 -f ~/Library/Logs/Claude/mcp*.log' to diagnose any issues.