Skip to content

Add Smithery CLI Installation Instructions & Badge #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# MCP OpenAI Server
[![smithery badge](https://smithery.ai/badge/@mzxrai/mcp-openai)](https://smithery.ai/server/@mzxrai/mcp-openai)

A Model Context Protocol (MCP) server that lets you seamlessly use OpenAI's models right from Claude.

Expand All @@ -20,7 +21,15 @@ A Model Context Protocol (MCP) server that lets you seamlessly use OpenAI's mode
- [OpenAI API key](https://platform.openai.com/api-keys)

## Installation
### Installing via Smithery

To install MCP OpenAI Server for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@mzxrai/mcp-openai):

```bash
npx -y @smithery/cli install @mzxrai/mcp-openai --client claude
```

### Installing manually
First, make sure you've got the [Claude Desktop app](https://claude.ai/download) installed and you've requested an [OpenAI API key](https://platform.openai.com/api-keys).

Add this entry to your `claude_desktop_config.json` (on Mac, you'll find it at `~/Library/Application\ Support/Claude/claude_desktop_config.json`):
Expand Down Expand Up @@ -112,4 +121,4 @@ MIT

## Author

[mzxrai](https://github.com/mzxrai)
[mzxrai](https://github.com/mzxrai)