Skip to main content

Connect to Claude Code

Add Lever to Claude Code with a single command.

Configuration

claude mcp add lever \
  --transport streamable-http \
  --url https://api.leverhq.app/mcp \
  --header "Authorization: Bearer YOUR_API_KEY"
Replace YOUR_API_KEY with the key from your Lever dashboard.

Verify the Connection

In your Claude Code session, ask:
“What ad accounts do I have connected to Lever?”
Claude will call the list_connections tool and show your connected accounts.

Troubleshooting

Run claude mcp list to verify Lever appears in the configured servers. If not, re-run the claude mcp add command.
Verify your API key is correct. Generate a new one in the Lever dashboard if needed.