M
MCP Openai Project Setup
Alternative implementation of the Anthropic Model Context Protocol (MCP) course project using OpenAI API instead of Claude. Learn how to build MCP clients, servers, tools, and prompts with Python while following the official MCP architecture for AI agents and LLM tool integration.
Created 3/11/2026
Updated 2 days ago
README
Repository documentation and setup instructions
GitHub API error: 403
Quick Setup
Installation guide for this server
Install Package (if required)
uvx mcp-openai-project-setup
Cursor configuration (mcp.json)
{
"mcpServers": {
"pavithrakumar1118-mcp-openai-project-setup": {
"command": "uvx",
"args": [
"mcp-openai-project-setup"
]
}
}
}