Claude Desktop
Ripple Ads in Claude Desktop
A four-line config entry through mcp-remote.
All guides
Create a token in Ripple
Dashboard → Connect → Create a token. Read-only to start; read-and-change when you want it to act. Copy it — it is shown once.
Edit the config
Settings → Developer → Edit Config opens claude_desktop_config.json. Add this and restart Claude Desktop.
{ "mcpServers": { "ripple-ads": { "command": "npx", "args": [ "-y", "mcp-remote", "https://ads.ripplestrategies.ca/api/mcp", "--header", "Authorization: Bearer rpl_…" ] } } }Check the tools
The tools icon under the message box lists get_workspace, list_campaigns and the rest. Ask a question.
Worth knowing
- Needs Node.js installed; mcp-remote bridges the desktop app to a remote server.
- Prefer signing in? Add Ripple as a custom connector instead — see the claude.ai guide.
Need the URL with your token filled in? It is on Dashboard → Connect.
