Back to MCP Servers
Simple Openai Assistant
🐍 ☁️ MCP to talk to OpenAI assistants (Claude can use any GPT model as his assitant)
other-tools-and-integrationsai
By andybrandt
Installation
npx -y mcp-simple-openai-assistantConfiguration
{
"mcpServers": {
"mcp-simple-openai-assistant": {
"command": "npx",
"args": ["-y", "mcp-simple-openai-assistant"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes