Enterprise DNA
M MCP Servers Developer low

andybrandt/mcp-simple-openai-assistant

by Various

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

A

MCP

andybrandt/mcp-simple-openai-assistant

Added 1 June 2026

Overview

A Python-based MCP server that enables Claude to call and interact with OpenAI GPT assistants. It routes requests from Claude's tool-use interface through the Model Context Protocol to OpenAI's API, letting developers chain models across providers.

Best for

Best for
Developers experimenting with multi-model agent workflows

Use cases

  • Bridge Claude to OpenAI's assistant API for hybrid workflows
  • Give Claude access to custom GPTs with specialized knowledge
  • Build multi-model pipelines without manual API switching

How to use

Install

pip install mcp-simple-openai-assistant

Tools exposed

  • create_assistant
  • list_assistants
  • retrieve_assistant
  • update_assistant
  • create_new_assistant_thread
  • list_threads
  • delete_thread
  • ask_assistant_in_thread

Tested with

Claude Desktop

Example client config

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

Notes

A Python-based MCP server that enables Claude to call and interact with OpenAI GPT assistants. It routes requests from Claude’s tool-use interface through the Model Context Protocol to OpenAI’s API, letting developers chain models across providers.

37 stars on GitHub. Last updated 2025-09-12. Licensed MIT.

Use cases

  • Bridge Claude to OpenAI’s assistant API for hybrid workflows
  • Give Claude access to custom GPTs with specialized knowledge
  • Build multi-model pipelines without manual API switching

Pros

  • Enables cross-provider model orchestration with minimal code
  • Lightweight Python server, easy to self-host
  • Leverages existing OpenAI assistant configurations

Cons

  • Requires API keys for both Claude and OpenAI, increasing cost
  • Limited to 37 stars, small community for support
  • No streaming or real-time response handling documented

Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.

Pros

  • Enables cross-provider model orchestration with minimal code
  • Lightweight Python server, easy to self-host
  • Leverages existing OpenAI assistant configurations

Cons

  • Requires API keys for both Claude and OpenAI, increasing cost
  • Limited to 37 stars, small community for support
  • No streaming or real-time response handling documented

Pairs with

Other entries in the index that connect to this one. Click through to see the chain.

Free 27-page guide

Get the free Developer’s Field Guide

A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.

Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.

No spam. Unsubscribe any time.

Running a business, not writing the code? See the MCP servers picked for operators, and get your first one wired up with us.

Operator picks