Back to directory
andybrandt/mcp-simple-openai-assistant

andybrandt/mcp-simple-openai-assistant

@andybrandt391532

MCP server that gives Claude ability to use OpenAI's GPTs assistants

mcpopenaiassistantgptclaudeaitool

Installation & Configuration

{
  "mcpServers": {
    "openai-assistant": {
      "command": "python",
      "args": [
        "-m",
        "mcp_simple_openai_assistant"
      ],
      "env": {
        "OPENAI_API_KEY": "your-api-key-here"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2024/12/5
Updated
2025/9/12