AIIntegration
LanguageModels
25 stars
Custom
Free and open-source (Note: OpenAI API usage has its own pricing)
12/5/2024

About

Unleash the full potential of OpenAI's powerful models through this streamlined Model Context Protocol server. This integration enables seamless communication between AI assistants and OpenAI's API, allowing you to leverage GPT models, DALL-E image generation, and other OpenAI capabilities while maintaining the simplicity and elegance of the Model Context Protocol framework.

Setup Instructions

Clone the repository:

bashCopygit clone https://github.com/AllAboutAI-YT/mcp-servers.git

Navigate to the OpenAI server directory:

bashCopycd mcp-servers/openai-server

Install dependencies:

bashCopynpm install

Configure OpenAI credentials:

Create a .env file
Add your OpenAI API key: OPENAI_API_KEY=your_key_here


Configure server settings:

Adjust model preferences
Set rate limits if needed
Configure endpoint settings


Run the server:

bashCopynpm start
Note: Requires an active OpenAI API key

Contributors

Discussion

Please sign in to join the discussion