Confidential guide on numerology and astrology, based of GG33 Public information

MCP-Server-Openai
使用MCP协议直接从Claude查询OpenAI模型。
3 years
Works with Finder
2
Github Watches
10
Github Forks
52
Github Stars
OpenAI MCP Server
Query OpenAI models directly from Claude using MCP protocol.
Setup
Add to claude_desktop_config.json
:
{
"mcpServers": {
"openai-server": {
"command": "python",
"args": ["-m", "src.mcp_server_openai.server"],
"env": {
"PYTHONPATH": "C:/path/to/your/mcp-server-openai",
"OPENAI_API_KEY": "your-key-here"
}
}
}
}
Development
git clone https://github.com/pierrebrunelle/mcp-server-openai
cd mcp-server-openai
pip install -e .
Testing
# Run tests from project root
pytest -v test_openai.py -s
# Sample test output:
Testing OpenAI API call...
OpenAI Response: Hello! I'm doing well, thank you for asking...
PASSED
License
MIT License
相关推荐
Take an adjectivised noun, and create images making it progressively more adjective!
Embark on a thrilling diplomatic quest across a galaxy on the brink of war. Navigate complex politics and alien cultures to forge peace and avert catastrophe in this immersive interstellar adventure.
Reviews

user_2FIj9y24
I've been using mcp-server-openai by pierrebrunelle and it has significantly improved my development workflow. It's highly intuitive and the GitHub repository provides clear instructions for setup. The seamless integration of advanced features makes it an indispensable tool for any developer looking to streamline their processes. Highly recommended!