This MCP server, developed by Andy Brandt, enables AI assistants like Claude to interact with OpenAI's GPT models through a simple interface. It provides tools for creating and managing OpenAI assistants, starting conversation threads, and exchanging messages. The server integrates seamlessly with Claude Desktop on both macOS and Windows, bridging the capabilities of different AI platforms. By allowing Claude to leverage OpenAI's specialized GPT models, this implementation expands the knowledge and skills available to the AI assistant. It is particularly useful for scenarios requiring access to OpenAI's latest models, collaborative AI interactions, or specialized task delegation in AI-powered applications.
Aún no hay reseñas. ¡Sé el primero en reseñar!
Inicia sesión para unirte a la conversación
Create a new assistant with a name, instructions, and model.
List all available assistants associated with your API key.
Get detailed information about a specific assistant.
Modify an existing assistant's name, instructions, or model.
Creates a new, persistent conversation thread with a user-defined name and description for easy identification and reuse.
Lists all locally managed conversation threads from the database, showing their ID, name, description, and last used time.
Deletes a conversation thread from both OpenAI's servers and the local database.
Sends a message to an assistant within a thread and streams the response back in real-time.