Skip to main content
Claude Code connects to the Keupera MCP server over HTTP. Use OAuth to sign in via the browser, or an API key for a headless setup.
Requires a recent Claude Code. Run claude --version; if /mcp is missing, update first.

Option A — OAuth (sign in)

1

Add the server

claude mcp add --transport http keupera https://mcp.keupera.com/mcp -s user
-s user makes Keupera available in every project. Drop it to add it only to the current project.
2

Authorize

Start Claude Code and run:
/mcp
Select keupera → Authenticate. Your browser opens to sign in to Keupera and Allow access. Claude Code stores the token and refreshes it automatically.

Option B — API key

claude mcp add --transport http keupera https://mcp.keupera.com/mcp \
  --header "Authorization: Bearer sk_live_your_key" \
  -s user
Get your key from Settings → API Keys in the dashboard.

Verify and use

Run /mcp to confirm keupera is connected, then ask, for example: “List my tracked keywords by opportunity and draft an article for the top one.” To disconnect: /mcp → keupera → Clear authentication, or claude mcp remove keupera.

Troubleshooting

Run /mcp and select Authenticate again. If it still fails, remove and re-add the server: claude mcp remove keupera then repeat the add command.
Your session or key is invalid. For OAuth, re-run /mcp → Authenticate. For an API key, confirm the sk_live_… value and that your plan includes API access.