pavithrakumar1118/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.
Platform-specific configuration:
{
"mcpServers": {
"MCP-OpenAI-Project-Setup": {
"command": "npx",
"args": [
"-y",
"MCP-OpenAI-Project-Setup"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...