data-ai MCP Server
Chat with OpenAI models from Claude Desktop
Discovered via unknown and last synced 3mo ago.
1. Install the package
npx -y @mzxrai/mcp-openai@latest
2. Add to claude_desktop_config.json
{
"mcpServers": {
"-mzxrai-mcp-openai": {
"command": "npx",
"args": [
"@mzxrai/mcp-openai"
]
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)
`messages`: Array of messages (required)
messages to OpenAI's chat completion API
Which model to use (optional, defaults to gpt-4o)