Back to Home
george7979 icon

gpt-mcp-server

Verified Safe

by george7979

Overview

An MCP server that provides OpenAI GPT capabilities to Claude Code and other MCP clients, utilizing the OpenAI Responses API for advanced models and features.

Installation

Run Command
npm start

Environment Variables

  • OPENAI_API_KEY
  • GPT_MODEL

Security Notes

The server follows good security practices by requiring the OpenAI API key via an environment variable (OPENAI_API_KEY) and performing input validation using Zod's `.strict()` schemas. It communicates via standard I/O (stdio), limiting direct network exposure. Error handling includes actionable messages without exposing sensitive internal details. No 'eval' or obfuscation is present. The primary security consideration is the reliance on a third-party OpenAI API.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens1500
Stars0
Forks0
Last Update2025-11-25

Tags

MCPOpenAIGPTClaude CodeAI