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

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "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 →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related ai & ml servers