📦
MCPOpenAIIntegration
MCP client that is integrated with OpenAI API
0 installs
Trust: 34 — Low
Ai
Ask AI about MCPOpenAIIntegration
Powered by Claude · Grounded in docs
I know everything about MCPOpenAIIntegration. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
MCP Complete Architecture with OpenAI Integration
This repository consists of both server and client for a MCP interaction with integration of OpenAI for LLM.
Code Generation:
The boiler plate was generated with the following commands:
- mcp-server:
uvx create-mcp-server - mcp-client:
uv init {name}
How to setup:
- Clone this repository
- In
mcp-client, create .env file and add OpenAI API key asAPIKEY={API_KEY}
How to run:
- Navigate to
mcp-client - Run
uv run client_sse.py http://localhost:8080/sse
