MODEL CONTEXT PROTOCOL

Don't open Followr. Just ask.

An MCP server that lets Claude, Cursor and any MCP client run your Followr workspace by prompt. Schedule posts, generate avatar videos, triage DMs, launch full campaigns. No tab‑switching.

  • 72tools
  • 6resources
  • 5workflows
  • 1npm install
DEMO

It looks like this in your chat.

Three real conversations. Click a tab to switch.

you

Spin up a 7‑day campaign for our March cardigan drop. Launch March 15 at 10 AM Buenos Aires. Instagram, X and LinkedIn.

claude

Done. Queued in your Acme workspace:

  • 3 teasers between March 12 and 14
  • 1 launch post March 15 at 10 AM Buenos Aires
  • 3 follow‑ups across March 17 to 20
  • tag “cardigan‑drop‑march” applied to all 7

Hero image generated in your brand palette. Approve, or want to review first?

read brand voice generated hero created 7 drafts scheduled across 3 networks

Mocked for illustration. Wording and tools are real. Your AI client decides the exact phrasing.

WHAT YOU CAN DO

Six surfaces. One conversation.

Schedule

Post groups, drafts, multi‑network schedules, calendars, time‑zones honored automatically.

“Schedule this carousel for Tuesday at 9 AM in IG and FB.”

Generate

Text, images, audio, lipsync clips, multi‑scene avatar reels with subtitles. All from natural prompts.

“Generate 3 image variants in our brand palette.”

Avatars & voices

Pick or create avatars, pull ElevenLabs voices, render reels with burned‑in subtitles and outfit consistency.

“Create an avatar from this photo. Warm Argentine voice.”

Social inbox

DMs, comments, contacts, conversations across every connected network. Triage and draft replies in one pass.

“Reply to every unread DM. Soft tone, no emoji.”

Validate

Per‑network spec checks before you publish: caption length, asset count, video duration, aspect ratio, account tier.

“Will this run on Twitter Basic? Validate first.”

Workspaces

Multi‑company brand voice, tags, folders, Autopilot rules, Canva imports, analytics. One API key, every workspace.

“In Acme: what posts ran best last month?”
PRESETS

Five workflows that ship in the box.

Multi‑step orchestrations exposed as MCP prompts. Pick one and your AI runs the whole sequence.

01

Weekly Brief

Hand it a brief. Get a full week of posts drafted in brand voice, balanced across networks, scheduled day by day.

/followr.weekly‑brief
02

Campaign Launch

Tag taxonomy, hero asset, teasers, launch post, follow‑ups. All scheduled, all tagged, all in one prompt.

/followr.campaign‑launch
03

Video Series

N avatar reels on one topic. Distinct angles, lipsync renders, scheduled at your chosen cadence.

/followr.video‑series
04

Crisis Response

Three response variants (apology / clarification / deflection) staged as drafts. A human picks one and publishes.

/followr.crisis‑response
05

URL Repurpose

Drop a blog or article URL. Get a thread, a carousel, a LinkedIn post and a video script. Tailored per network.

/followr.repurpose‑from‑url
06

Your own.

Compose any of the 72 tools into a custom workflow. Or fork the repo and add a preset.

Open the repo →
USE CASES

For everyone who lives in a chat window.

AGENCY

Twelve clients. One prompt.

Switch workspaces with a sentence. Compare calendars. Push the same campaign across all of them.

“In every workspace: list posts scheduled for next week.”
SOLO CREATOR

Stop tab‑hopping. Ship.

Write the post, generate the visual, schedule it, walk away. The dashboard is a chat.

“Turn this newsletter into a carousel and a Reel.”
CAMPAIGN PLANNER

Three days of prep. One paragraph.

Brief the AI like you'd brief a junior planner. Get a full campaign back, tagged and scheduled.

“Build the March 15 launch. Teasers, launch, follow‑ups.”
COMMUNITY MANAGER

Every inbox. One window.

Triage DMs and comments across every network. Draft replies in brand voice. Approve, edit, send.

“Show me everything unread. Draft replies.”
COMPATIBLE WITH

Bring your own AI.

MCP is an open protocol. If your client speaks it, Followr fits.

Claude Desktop
Claude Code
Claude.ai (Connectors)
Cursor
Cline
Windsurf
Zed
+ any MCP client
INSTALL

One npm command. One API key. Done.

No build step. No service to host. The MCP runs as a subprocess of your AI client.

New to MCPs? Read the full step-by-step install guide. Open guide →

Heads up: the Followr API is available on plans that include API access, or on plans with the API key add-on. If your plan does not include it, the MCP will install but every call will return 401. Check this inside your Followr account first.

From inside Claude Desktop: profile picture (bottom-left) → SettingsDeveloperEdit Config. Paste this into claude_desktop_config.json:

{
  "mcpServers": {
    "followr": {
      "command": "npx",
      "args": ["-y", "@followr/mcp"],
      "env": {
        "FOLLOWR_API_TOKEN": "PASTE_YOUR_API_KEY_HERE"
      }
    }
  }
}

Fully close Claude Desktop (Cmd+Q on macOS, system tray → Quit on Windows) and open it again from scratch. Closing the window is not enough. The first npx download takes 5 to 10 seconds; cached after.

Need a Followr API key?

  1. Sign in to Followr.
  2. Click your profile picture in the top-left → select API Keys from the dropdown (or open the API Keys settings directly).
  3. Generate, name it (e.g. “Claude MCP”), copy the API key. Followr only shows it once.
YOUR API KEY

Stays where you put it.

01

Local subprocess

The MCP runs on your machine. Your API key lives in your AI client's config file. The only host that ever sees it is api.followr.ai.

02

Never logged

The MCP doesn't write the API key to disk, doesn't print it, doesn't send it anywhere else. Verify in the source.

03

Open source. MIT.

Every tool, every API call, every line of code. Auditable. Forkable. PRs welcome.

Ready to plug Followr into your AI chat?

One npm install, one API key, zero new dashboards.

Want to read the API behind it? Community docs →