{"id":21999920,"url":"https://github.com/pierrebrunelle/mcp-server-openai","last_synced_at":"2025-03-24T18:19:34.651Z","repository":{"id":265173511,"uuid":"895352626","full_name":"pierrebrunelle/mcp-server-openai","owner":"pierrebrunelle","description":"Query OpenAI models directly from Claude using MCP protocol.","archived":false,"fork":false,"pushed_at":"2024-11-28T03:48:15.000Z","size":0,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-28T04:26:27.700Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pierrebrunelle.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-28T03:40:31.000Z","updated_at":"2024-11-28T03:51:30.000Z","dependencies_parsed_at":"2024-11-28T04:36:30.893Z","dependency_job_id":null,"html_url":"https://github.com/pierrebrunelle/mcp-server-openai","commit_stats":null,"previous_names":["pierrebrunelle/mcp-server-openai"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pierrebrunelle%2Fmcp-server-openai","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pierrebrunelle%2Fmcp-server-openai/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pierrebrunelle%2Fmcp-server-openai/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pierrebrunelle%2Fmcp-server-openai/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pierrebrunelle","download_url":"https://codeload.github.com/pierrebrunelle/mcp-server-openai/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245325220,"owners_count":20596818,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-29T23:08:59.449Z","updated_at":"2025-03-24T18:19:34.632Z","avatar_url":"https://github.com/pierrebrunelle.png","language":"Python","funding_links":[],"categories":["LLM Bridges","👥 Community Contributions","AI Integration MCP Servers","🤝 \u003ca name=\"ai-services\"\u003e\u003c/a\u003eAI Services","🤖 AI/ML","MCP 服务器精选列表","Legend","Community Servers","AI Services","サーバー実装","Servers","APIs and HTTP Requests","MCP Servers","カテゴリ","Other Tools and Integrations","AI \u0026 Machine Learning","Development Tools","Table of Contents","MCP Servers \u0026 Protocol"],"sub_categories":["Trading \u0026 Exchanges","AI \u0026 Search","🛠️ 其他实用工具与集成","🛠️ \u003ca name=\"other-tools-and-integrations\"\u003e\u003c/a\u003eOther Tools and Integrations","🛠️ \u003ca name=\"other-tools-and-integrations\"\u003e\u003c/a\u003eその他のツールと統合","Python","🛠️ Other Tools and Integrations","AI \u0026 ML","🛠️ \u003ca name=\"developer-tools\"\u003e\u003c/a\u003e開発ツール","Monitoring \u0026 Analytics","Integration Tools 🔧","AI Services"],"readme":"# OpenAI MCP Server\r\n\r\nQuery OpenAI models directly from Claude using MCP protocol.\r\n\r\n![preview](preview.png)\r\n\r\n## Setup\r\n\r\nAdd to `claude_desktop_config.json`:\r\n\r\n```json\r\n{\r\n  \"mcpServers\": {\r\n    \"openai-server\": {\r\n      \"command\": \"python\",\r\n      \"args\": [\"-m\", \"src.mcp_server_openai.server\"],\r\n      \"env\": {\r\n        \"PYTHONPATH\": \"C:/path/to/your/mcp-server-openai\",\r\n        \"OPENAI_API_KEY\": \"your-key-here\"\r\n      }\r\n    }\r\n  }\r\n}\r\n```\r\n\r\n## Development\r\n```bash\r\ngit clone https://github.com/pierrebrunelle/mcp-server-openai\r\ncd mcp-server-openai\r\npip install -e .\r\n```\r\n\r\n## Testing\r\n```python\r\n# Run tests from project root\r\npytest -v test_openai.py -s\r\n\r\n# Sample test output:\r\nTesting OpenAI API call...\r\nOpenAI Response: Hello! I'm doing well, thank you for asking...\r\nPASSED\r\n```\r\n\r\n## License\r\nMIT License\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpierrebrunelle%2Fmcp-server-openai","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpierrebrunelle%2Fmcp-server-openai","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpierrebrunelle%2Fmcp-server-openai/lists"}