Back to MCP Servers

Simple Openai Assistant

🐍 ☁️ MCP to talk to OpenAI assistants (Claude can use any GPT model as his assitant)

other-tools-and-integrationsai

Installation

npx -y mcp-simple-openai-assistant

Configuration

{
  "mcpServers": {
    "mcp-simple-openai-assistant": {
      "command": "npx",
      "args": ["-y", "mcp-simple-openai-assistant"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub