awesome-chatgpt-api

GitHub

Curated list of apps and tools that not only use the new ChatGPT API, but also allow users to configure their own API keys, enabling free and on-demand usage of their own quota.

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "awesome-chatgpt-api": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-awesome-chatgpt-api"
      ]
    }
  }
}