The ReplyAtlas MCP server connects your account to Claude Desktop, Cursor, and any Model Context Protocol client. Ask your assistant to spin up a comment-to-DM automation, pull this week's lead list, or check DM analytics — it calls the ReplyAtlas API directly. No code — npx and go.
Your MCP client runs `npx -y replyatlas-mcp` locally and authenticates with a ReplyAtlas API key you mint in Settings. It exposes 18 tools across six groups — account, automations, leads, analytics, conversations, and broadcasts — each mapping to the same /api/v1/* REST endpoints the public API uses. Send actions (replying to a DM, firing a broadcast) are two-step: the assistant previews first, then confirms with a token, so nothing goes out by accident.
MCP access rides on the same API_ACCESS feature as the public REST API — available on Pro and Pro+. Free, Starter, and Growth plans can't mint an API key, so the server will refuse to start with a clear message.
In ReplyAtlas → Settings → API Keys, create a key. You'll see the mf_live_… value once — copy it. That's your REPLYATLAS_API_KEY.
Drop a small JSON block into claude_desktop_config.json (Claude Desktop) or ~/.cursor/mcp.json (Cursor): command npx, args ['-y','replyatlas-mcp'], and your key in env. The full copy-paste config lives on the /docs page.
Restart the client, then ask 'list my ReplyAtlas automations' or 'create a comment-to-DM automation on my latest Reel for the keyword LINK'. The assistant calls the tools and reports back.
Instead of clicking through the wizard, tell Claude 'DM everyone who comments INFO on my latest post with my link'. It calls create_automation with the right trigger, keywords, and template.
'How many DMs went out this week and what's my reply rate?' pulls get_dashboard and get_analytics and summarises. No exporting CSVs, no dashboard hunting.
'Show me leads from the summer-launch automation and tag the ones who clicked as hot.' That's list_leads plus tag_lead, driven straight from chat.
reply_to_conversation and send_broadcast are two-step — the assistant shows exactly what it'll send and waits for a confirm token before anything leaves your account.
Free Starter plan, 1,000 DMs/month. Upgrade to Pro when you want this integration on.