openai-python (MCP Server)

GitHub

The official Python library for the OpenAI API

31,374 stars Python MCP Ready Full Docs Skills View Markdown #openai#python

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "openai-python": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-openai-python"
      ]
    }
  }
}