MCP Directory
Back

mcp-client-gpt

by 4ourlab · TypeScript · ★ 0

MCP Client implementation for GPT models. Reference: https://modelcontextprotocol.io

Install

npx -y github:4ourlab/mcp-client-gpt

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "mcp-client-gpt": {
      "command": "npx",
      "args": [
        "-y",
        "github:4ourlab/mcp-client-gpt"
      ]
    }
  }
}

From the README

A MCP (Model Context Protocol) implementation for OpenAI GPT models that allows connecting and using multiple MCP servers through OpenAI's GPT API. This implementation is based on the official [Model Context Protocol documentation](https://modelcontextprotocol.io/). - 🔗 Connect to multiple MCP servers - 🤖 Integration with OpenAI GPT API - 📝 Support for custom system prompts - 🔧 Complete TypeScript interface - 🛠️ Included usage examples - ⚙️ Configurable token limits This client has been tested with the following GPT models: - (GPT-5) - (GPT-5 Mini) - (GPT-5 Nano) Create an file wi…
Read full README on GitHub →

Related other servers