The OpenAI MCP server allows AI agents to query OpenAI models via the MCP protocol. It provides direct access to OpenAI's API, enabling agents to use models like GPT-4, GPT-3.5, and others. Developers can integrate OpenAI's capabilities into their AI workflows, enabling advanced language processing, code generation, and more.
The OpenAI MCP server allows AI agents to query OpenAI models via the MCP protocol. It provides direct access to OpenAI's API, enabling agents to use models like GPT-4, GPT-3.5, and others. Developers can integrate OpenAI's capabilities into their AI workflows, enabling advanced language processing, code generation, and more.
pip install mcp-server-openaiAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"pierrebrunelle-mcp-server-openai-github": {
"command": "uvx",
"args": [
"pip install mcp-server-openai"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from openai?"
API Key Required
This server requires an API key from openai. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| OPENAI_API_KEY | Yes | Your openai API key |
"What resources are available in openai?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in openai"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in openai with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.