GPT Proxy MCP Server
Related Servers
Alternatives to GPT Proxy MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceMCP server that enables Claude Code to interact with Google's Gemini API for code analysis, chat, and summarization tasks.89 npmMIT
- AlicenseNot gradedqualityAmaintenanceMCP server that bridges ChatGPT Plus/Pro to Claude Code, enabling chat, deep research, and image generation via your own account.47MIT
- AlicenseNot gradedqualityFmaintenanceAn MCP server that allows Claude Code to interact with the OpenAI Codex CLI.15 npm21MIT
- AlicenseNot gradedqualityCmaintenanceA lightweight MCP server that exposes Google Gemini as tools for Claude Code, enabling question answering, code analysis, multi-turn chat, and model listing.42 npmMIT
- AlicenseBqualityCmaintenanceMCP server that enables calling Anthropic Claude models from OpenAI Codex Desktop/GUI, supporting API key or OAuth authentication and providing chat, model listing, and diagnostic tools.8MIT
- FlicenseNot gradedqualityDmaintenanceA Model Context Protocol (MCP) server that enables Claude Code to interact with OpenAI's GPT-5 and GPT-5-mini models.1-
TDQS
Scored across 2 tools
The two tools are clearly distinct: one returns a complete response, the other streams. An agent can easily choose based on whether streaming is needed.
Both tools use a consistent 'gpt_chat_' prefix with an underscore, and the streaming variant is differentiated by '_stream'. Naming is predictable and clear.
With only 2 tools, the set is minimal. While it covers the core chat functionality, it feels slightly thin for a server named 'GPT Proxy' which might imply broader capabilities like model selection or configuration.
The tool surface is incomplete for a general GPT proxy: it lacks tools for listing models, setting system prompts, managing conversations, or adjusting parameters. Agents have no way to configure or extend interactions beyond basic chat.