Setup Guides
Step-by-step instructions to connect your AI assistant to Bitrefill MCP.
Choose your AI assistant below to get started with Bitrefill MCP.
Prerequisites
- A Bitrefill account — Sign up if you don't have one
All supported clients work with OAuth — just add the server URL and sign in when prompted. No API key required for interactive use.
Quick Reference
| Client | Auth Method | Server URL |
|---|---|---|
| ChatGPT | OAuth | https://api.bitrefill.com/mcp |
| Claude Desktop | OAuth | https://api.bitrefill.com/mcp |
| Claude Code | OAuth or API Key | https://api.bitrefill.com/mcp |
| Cursor | OAuth or API Key | https://api.bitrefill.com/mcp |
For programmatic access or automation, use an API key: https://api.bitrefill.com/mcp/YOUR_API_KEY
Setup Guides
ChatGPT
Connect via Settings with automatic OAuth.
Claude Desktop
Add through Settings > Connectors.
Claude Code
Set up via CLI with OAuth authentication.
Cursor
Configure in mcp.json with OAuth.
When to Use an API Key
OAuth is recommended for interactive use, but API keys are useful for:
- Programmatic access — Building applications that use the MCP server
- Automation — Scripts or workflows that don't have a browser
- Preference — If you prefer not to use OAuth
Generating an API Key
- Go to bitrefill.com/account/developers
- Click the API Keys tab
- Click Create API Key
- Enter a name for your key (e.g., "My Automation")
- Copy the key — you won't be able to see it again
Keep your API key secure. Don't share it or commit it to version control. Anyone with your API key can make purchases on your behalf.
Updated 20 days ago