Back to blog
July 22, 20264 min read

Manage Instagram DM Automation from Claude (MCP Server)

Run your Instagram comment-to-DM automation from Claude Desktop or Cursor using the ReplyAtlas MCP server. Create automations, pull leads and analytics, and reply to DMs — all in plain English, no dashboard required.

Manage Instagram DM automation from Claude (MCP server)

You already ask Claude to draft emails, write code, and summarise documents. Now you can ask it to run your Instagram DM automation too. ReplyAtlas ships an MCP server — a small program your AI assistant runs on demand — that lets Claude Desktop, Cursor, or any Model Context Protocol client operate your ReplyAtlas account directly.

No new dashboard to learn, no copy-pasting API responses. You type "create a comment-to-DM automation on my latest Reel for the keyword LINK" and it happens.

What is MCP, in one paragraph

The Model Context Protocol (MCP) is an open standard for connecting AI assistants to real tools and data. Instead of an assistant guessing from its training data, MCP lets it call live functions — read your leads, create an automation, pull this week's numbers — and act on the results. ReplyAtlas exposes its public API as an MCP server so your assistant becomes a hands-on operator of your account, with your permission and your own API key.

What you can do from chat

The ReplyAtlas MCP server exposes 18 tools across six areas. In practice that means you can say things like:

That last one matters: sending is deliberately two-step. Reply and broadcast actions first return a preview plus a confirmation token. Nothing leaves your account until a second call confirms it — so an assistant can't fire a DM blast by accident.

Why run it from an assistant at all?

Three reasons it beats clicking through a dashboard:

  1. Speed for one-off jobs. Spinning up a quick automation for a launch, or pulling a number for a client update, is faster spoken than clicked.
  2. It reads the data for you. "Which automation drove the most replies last month?" is a question, not a report you have to build. The assistant queries, compares, and answers.
  3. It fits where you already work. If you live in Cursor or Claude Desktop, your Instagram growth ops now live there too — next to everything else you're building.

What you need

Setup in three steps

1. Mint an API key. In ReplyAtlas, go to Settings → API Keys and create a key. You'll see the mf_live_… value once — copy it.

2. Add the server to your client. Drop this into claude_desktop_config.json (Claude Desktop) or ~/.cursor/mcp.json (Cursor):

{
  "mcpServers": {
    "replyatlas": {
      "command": "npx",
      "args": ["-y", "replyatlas-mcp"],
      "env": { "REPLYATLAS_API_KEY": "mf_live_your_key_here" }
    }
  }
}

There's nothing to install — your client fetches and runs the published replyatlas-mcp package via npx on demand.

3. Restart and ask. Restart the client, then try: "List my ReplyAtlas automations." If it comes back with your automations, you're connected.

The full, always-current setup guide lives on the ReplyAtlas MCP integration page, and the complete API reference is at /docs.

Is it safe?

Yes, by design:

The bigger picture

Instagram DM automation used to mean logging into yet another dashboard. With MCP, the automation comes to you — inside the assistant you're already talking to all day. Set a keyword, check your numbers, tag your hottest leads, all in plain English.

Ready to try it? Connect ReplyAtlas to Claude & Cursor →

Ready to try it on your own Instagram?

Free Starter plan · 1,000 DMs/month · No credit card · Setup in 60 seconds.

Get started — free