OAuth (No API Key)
Claude Code CLI Setup
Set up Claude Code terminal CLI to use Ad Superpowers in your development workflow.
1
Add Ad Superpowers
Copy and paste this command to add Ad Superpowers to Claude Code. The --scope user flag makes it available in every project:
claude mcp add --transport http --scope user ad-superpowers \
https://mcp.adsuperpowers.ai/v12
Sign in with OAuth (no API key)
Start Claude Code, then run the /mcp command, choose ad-superpowers, and approve access in your browser. Your login is stored securely and refreshes on its own, so there is no API key to manage.
claude3
Verify the connection
Check that the server was added and connected:
claude mcp listTips
- Signed in to Claude Code with your claude.ai account? Connectors you added on claude.ai are available here automatically. Run `/mcp` and look for Ad Superpowers before adding anything.
- Already added Ad Superpowers in Claude Desktop? On macOS or WSL, run `claude mcp add-from-claude-desktop` to import it, then run `/mcp` once to sign in.
- Prefer an API key? Add `--header "Authorization: Bearer YOUR_API_KEY"` to the command in step 1 and skip the sign-in step.
- Drop `--scope user` to add Ad Superpowers to the current project only.
Next Steps
Having trouble? Check our troubleshooting guide or contact support.
