andybrandt/mcp-simple-openai-assistant
by Various
MCP server that gives Claude ability to use OpenAI's GPTs assistants
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_assistantlist_assistantsretrieve_assistantupdate_assistantcreate_new_assistant_threadlist_threadsdelete_threadask_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.
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.