AI & ML
Trust: 44/100 (Fair)OpenAI MCP Guide
Interact with OpenAI APIs. Generate completions, create embeddings, and manage fine-tuning jobs.
567 stars 23,400 downloadsby MCP Community
Quick Start
Install
npx @mcp/openaiClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"openai-mcp": {
"command": "npx",
"args": [
"@mcp/openai"
]
}
}
}What OpenAI MCP Can Do
generate_completions
Generate text completions
create_embeddings
Create text embeddings
manage_finetunes
Manage fine-tuning jobs
Permissions Required
OpenAI MCP requires the following permissions. Review the risk levels before granting access.
| Permission | Description | Risk |
|---|---|---|
openai.read | Read OpenAI data | low |
openai.write | Generate content and manage models | medium |
Platform Compatibility
| Platform | Status |
|---|---|
| Claude Desktop | Supported |
| Cursor | Supported |
| LangChain | Supported |
| AutoGen | Supported |