openai
stdioUsed by 2 plugins
Installs rag-architect, the highest-starred plugin that provides this server
Install
1
Run in your terminal$
npx claudepluginhub latestaiagents/agent-skills --plugin rag-pluginDescription
OpenAI API for embeddings and generation
Add to Your Project
Add to your .mcp.json:
{
"mcpServers": {
"openai": {
"command": "npx",
"args": [
"-y",
"@anthropic/mcp-openai"
],
"env": {
"OPENAI_API_KEY": "${OPENAI_API_KEY}"
}
}
}
}Replace placeholder values for: OPENAI_API_KEY
Security Considerations
Requires secrets
This MCP server needs API keys or credentials. Configure them in your environment before use.
Command
npxAccess Level
write
Arguments
-y@anthropic/mcp-openai
Environment Variables
OPENAI_API_KEY=${OPENAI_API_KEY}Required Secrets
OPENAI_API_KEY