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

andybrandt/mcp-simple-openai-assistant

@andybrandt

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
2026/6/12
Updated
2026/6/12