gpt-mcp-server
Verified Safeby 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
npm startEnvironment 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
deepl-mcp-server
Provides DeepL translation and linguistic capabilities as a Model Context Protocol (MCP) server for integration with AI clients.
consult-llm-mcp
An MCP server that allows AI agents like Claude Code to consult stronger, more capable AI models (e.g., GPT-5.2, Gemini 3.0 Pro) for complex code analysis, debugging, and architectural advice.
claude-faf-mcp
Optimizes AI understanding of software projects by providing persistent context, fixing context-drift, and enabling bi-directional synchronization between project metadata and AI documentation.
tenets
Provides intelligent, token-optimized code context and automatically injects guiding principles to AI coding assistants for enhanced understanding and consistent interactions.