andybrandt/mcp-simple-openai-assistant
π βοΈ MCP to talk to OpenAI assistants (Claude can use any GPT model as his assitant)
Quick Start
Clone the repository:
git clone https://github.com/andybrandt/mcp-simple-openai-assistantClaude Desktop configuration example:
{
"mcpServers": {
"mcp-simple-openai-assistant": {
"command": "npx",
"args": [
"-y",
"andybrandt/mcp-simple-openai-assistant"
]
}
}
}Check the repository README for specific installation and configuration instructions.