mcpbeat Sign in

Rolli MCP Server

local only

Rolli runs on your own machine — the client starts it, so there is no endpoint to ping. 279 installs a week from npm. Last commit 10 Sep 2026.

Social media search, expert discovery, and analytics across X, Reddit, YouTube, and more

Installs per day peak 151 · avg 28 · +186% w/w
a month agotoday
279
Installs / week
npm · @rolli/mcp
2
Stars
0 open issues
10 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Rolli every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp -- npx -y @rolli/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@rolli/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
command = "npx"
args = ["-y", "@rolli/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@rolli/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@rolli/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ROLLI_API_TOKEN (Rolli API token (purchase at rolli.ai)), ROLLI_USER_ID (Rolli user ID (optional, defaults to "rolli-mcp")). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Rolli

same job, measured the same way
CreatorDB
by creatordb

Creator discovery & analytics across YouTube, Instagram, TikTok (30M+) + brand/sponsor intel.

answering
Outstand
by outstand

Publish and schedule social media posts and read analytics across 12 networks through one API.

answering
Eden
by eden

Schedule posts, read your own analytics, and research viral content across seven platforms.

answering
Zernio
by zernio

Schedule, publish, and analyze social media across 15+ platforms, plus inbox, ads, and analytics.

52 tools answering
ViralCat
by viral-cat

Schedule and publish social posts across platforms, with drafts, media uploads and analytics.

answering
Reel25 — Video Analytics for TikTok, Instagram & YouTube
by usnmax88

Video analytics for TikTok, Instagram, and YouTube. Track, analyze, and discover content.

23 installs/wk 26 tools answering
Minter.io Social Media Analytics
by minter

Query your Minter.io social media analytics: Instagram, TikTok, X, Facebook, LinkedIn, Threads.

answering
C
Blotato
by blotato

Social media APIs for scheduling, analytics, and DM automation.

answering

Rolli — questions

Answers built from our own checks of this server.

Why is there no uptime for Rolli?
Rolli runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @rolli/mcp was installed 279 times last week.
How do I connect Rolli?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @rolli/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Rolli?
The npm package @rolli/mcp was installed 279 times in the last week. Week over week that is +186%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Rolli open source?
Yes — it is published under the MIT licence, written in TypeScript and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.