Skip to main content
Glama

MCP OpenAI Server

by mzxrai

MCP OpenAI 서버

Claude에서 바로 OpenAI의 모델을 원활하게 사용할 수 있게 해주는 MCP(Model Context Protocol) 서버입니다.

특징

  • OpenAI의 채팅 모델과 직접 통합
  • 다음을 포함한 다양한 모델 지원:
    • gpt-4o
    • gpt-4o-미니
    • o1-미리보기
    • 오원미니
  • 간단한 메시지 전달 인터페이스
  • 기본 오류 처리

필수 조건

설치

먼저, 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-미리보기
  • 오원미니

도구

  1. openai_chat
    • OpenAI의 채팅 완료 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

작가

mzxrai

-
security - not tested
A
license - permissive license
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

Claude에서 바로 OpenAI의 모델을 원활하게 사용할 수 있게 해주는 MCP(Model Context Protocol) 서버입니다.

  1. 특징
    1. 필수 조건
      1. 설치
        1. 용법
          1. 도구
        2. 문제들
          1. 개발
            1. 요구 사항
              1. 검증된 플랫폼
                1. 특허
                  1. 작가

                    Related MCP Servers

                    • -
                      security
                      A
                      license
                      -
                      quality
                      A 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 -
                      26
                      Python
                      MIT License
                      • Apple
                    • -
                      security
                      A
                      license
                      -
                      quality
                      A Model Context Protocol (MCP) server implementation for the OpenLedger API. This server provides structured context to AI models according to the MCP specification.
                      Last updated -
                      8
                      TypeScript
                      Apache 2.0
                    • -
                      security
                      F
                      license
                      -
                      quality
                      A 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 -
                      28
                      Python
                      • Linux
                      • Apple
                    • -
                      security
                      A
                      license
                      -
                      quality
                      A 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.
                      Last updated -
                      8
                      Python
                      MIT License
                      • Apple

                    View all related MCP servers

                    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