Skip to main content
Other Tools and IntegrationsPython

andybrandt/mcp-simple-openai-assistant

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

other-tools-and-integrationscloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/andybrandt/mcp-simple-openai-assistant

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Other Tools and Integrations
Language
Python
Author
andybrandt