pierrebrunelle/mcp-server-openai
Query OpenAI models directly from Claude using MCP protocol
Quick Start
Clone the repository:
git clone https://github.com/pierrebrunelle/mcp-server-openaiClaude Desktop configuration example:
{
"mcpServers": {
"mcp-server-openai": {
"command": "npx",
"args": [
"-y",
"pierrebrunelle/mcp-server-openai"
]
}
}
}Check the repository README for specific installation and configuration instructions.