MCP OpenAI Server
MCP OpenAI 서버
Claude에서 바로 OpenAI의 모델을 원활하게 사용할 수 있게 해주는 MCP(Model Context Protocol) 서버입니다.
특징
OpenAI의 채팅 모델과 직접 통합
다음을 포함한 다양한 모델 지원:
gpt-4o
gpt-4o-미니
o1-미리보기
오원미니
간단한 메시지 전달 인터페이스
기본 오류 처리
Related MCP server: OpenAI Agents MCP Server
필수 조건
Node.js >= 18 (
npm및npx포함)
설치
먼저, Claude Desktop 앱이 설치되어 있고 OpenAI API 키를 요청했는지 확인하세요.
claude_desktop_config.json 에 이 항목을 추가하세요(Mac에서는 ~/Library/Application\ Support/Claude/claude_desktop_config.json 에서 찾을 수 있습니다).
지엑스피1
이 구성을 사용하면 Claude Desktop이 필요할 때마다 OpenAI MCP 서버를 실행할 수 있습니다.
용법
Claude와 대화를 시작하세요. OpenAI의 모델을 사용하고 싶으면 Claude에게 사용해 달라고 요청하세요.
예를 들어, 이렇게 말할 수 있습니다.
Can you ask o1 what it thinks about this problem?또는,
What does gpt-4o think about this?현재 서버는 다음 모델을 지원합니다.
gpt-4o(기본값)
gpt-4o-미니
o1-미리보기
오원미니
도구
openai_chatOpenAI의 채팅 완료 API에 메시지를 보냅니다.
인수:
messages: 메시지 배열(필수)model: 사용할 모델(선택 사항, 기본값은 gpt-4o)
문제들
알파 소프트웨어이므로 버그가 있을 수 있습니다. 문제가 발생하면 Claude Desktop의 MCP 로그를 확인하세요.
tail -n 20 -f ~/Library/Logs/Claude/mcp*.log개발
# Install dependencies
pnpm install
# Build the project
pnpm build
# Watch for changes
pnpm watch
# Run in development mode
pnpm dev요구 사항
노드.js >= 18
OpenAI API 키
검증된 플랫폼
[x] 맥OS
[ ] 리눅스
특허
MIT
작가
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseBqualityFmaintenanceA lightweight bridge that wraps OpenAI's built-in tools (like web search and code interpreter) as Model Context Protocol servers, enabling their use with Claude and other MCP-compatible models.412MIT
- FlicenseBqualityDmaintenanceA Model Context Protocol server that enables Claude users to access specialized OpenAI agents (web search, file search, computer actions) and a multi-agent orchestrator through the MCP protocol.410
- Alicense-qualityCmaintenanceA universal server that enables MCP-compatible clients (like Claude Desktop, Cursor, VS Code) to access OpenAI's APIs for chat completions, image generation, embeddings, and model listing through a standardized interface.157MIT
- Alicense-qualityDmaintenanceA Model Context Protocol server that provides unified access to 400+ AI models from 30+ providers through OpenRouter's API, enabling seamless integration with Claude Code.40Apache 2.0
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
MCP (Model Context Protocol) server for Appwrite
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mzxrai/mcp-openai'
If you have feedback or need assistance with the MCP directory API, please join our Discord server