MCP OpenAI 서버
Claude에서 바로 OpenAI의 모델을 원활하게 사용할 수 있게 해주는 MCP(Model Context Protocol) 서버입니다.
특징
OpenAI의 채팅 모델과 직접 통합
다음을 포함한 다양한 모델 지원:
gpt-4o
gpt-4o-미니
o1-미리보기
오원미니
간단한 메시지 전달 인터페이스
기본 오류 처리
필수 조건
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에게 사용해 달라고 요청하세요.
예를 들어, 이렇게 말할 수 있습니다.
또는,
현재 서버는 다음 모델을 지원합니다.
gpt-4o(기본값)
gpt-4o-미니
o1-미리보기
오원미니
도구
openai_chatOpenAI의 채팅 완료 API에 메시지를 보냅니다.
인수:
messages: 메시지 배열(필수)model: 사용할 모델(선택 사항, 기본값은 gpt-4o)
문제들
알파 소프트웨어이므로 버그가 있을 수 있습니다. 문제가 발생하면 Claude Desktop의 MCP 로그를 확인하세요.
개발
요구 사항
노드.js >= 18
OpenAI API 키
검증된 플랫폼
[x] 맥OS
[ ] 리눅스
특허
MIT
작가
Related MCP Servers
- Asecurity-licenseAqualityA simple MCP server for interacting with OpenAI assistants. This server allows other tools (like Claude Desktop) to create and interact with OpenAI assistants through the Model Context Protocol.Last updated -936MIT License
- -security-license-qualityA Model Context Protocol server implementation that enables connection between OpenAI APIs and MCP clients for coding assistance with features like CLI interaction, web API integration, and tool-based architecture.Last updated -35
- Asecurity-licenseAqualityA 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.Last updated -49
- Asecurity-licenseAqualityA Model Context Protocol (MCP) server that integrates with OmniFocus to enable Claude (or other MCP-compatible AI assistants) to interact with your tasks and projects.Last updated -73291