mcpbeat Sign in

Activitypub MCP Server

local only

Activitypub MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 86 installs a week from npm. Last commit 22 Jun 2026.

Read-only-by-default MCP server: let LLMs explore the Fediverse — Mastodon, Misskey, Pleroma.

Installs per day peak 66 · avg 18 · +68% w/w
a month agotoday
86
Installs / week
npm · activitypub-mcp
17
Stars
0 open issues
22 Jun 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

Claims read-only, but the code runs commands src/auth/login/browser.ts:34
      const child = spawn(command, args, { stdio: "ignore", detached: true });
Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command src/auth/login/browser.ts:34
      const child = spawn(command, args, { stdio: "ignore", detached: true });
Page executes code built at runtime site/components/Search.astro:798
        this.searchContent.innerHTML = results.map(result => {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

We found things in this code

Code changes quietly between releases, and nobody reads the diff of a dependency. We do, on every release — watch Activitypub MCP and you get told the day something new turns up.

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 activitypub-mcp -- npx -y activitypub-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "activitypub-mcp": {
      "args": [
        "-y",
        "activitypub-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.activitypub-mcp]
command = "npx"
args = ["-y", "activitypub-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "activitypub-mcp": {
      "args": [
        "-y",
        "activitypub-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "activitypub-mcp": {
      "args": [
        "-y",
        "activitypub-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ACTIVITYPUB_ENABLE_WRITES (Enable write/mutation tools (post, reply, follow, boost, block). Off by default: read-only unless set to 'true'. See SECURITY.md.), LOG_LEVEL (Logging verbosity: debug, info, warn, or error.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Activitypub MCP

same job, measured the same way
AWS MCP Connector
by ferhatdundar

MCP server for the AWS CLI. Read-only by default; single Go binary.

local only
Ghcli MCP Connector
by ferhatdundar

MCP server for the GitHub CLI (gh). Read-only by default; single Go binary.

local only
Revit Model MCP
by sharafutdinovdi

The Python package exposes Revit tools over MCP stdio, read-only by default.

local only
S2 Netbox MCP
by j-maff

MCP server for LenelS2 S2 NetBox access control via the NBAPI. Read-only by default.

380 installs/wk local only
Database MCP Mariadb
by arifulislamat

MCP server for MariaDB. Read-only by default, row caps, timeouts, secrets never logged.

63 installs/wk local only
Samarth Gtm MCP
by samarthanalytics-sj

Google Tag Manager + read-only GA4 MCP server. Read-only by default, gated writes, audits.

2 096 installs/wk local only
Database MCP Postgres
by arifulislamat

MCP server for PostgreSQL. Read-only by default, row caps, timeouts, secrets never logged.

58 installs/wk local only
Database MCP Libsql
by arifulislamat

MCP server for libSQL/Turso, local or remote. Read-only by default, row caps, timeouts.

59 installs/wk local only

Activitypub MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Activitypub MCP?
Activitypub MCP 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 activitypub-mcp was installed 86 times last week.
How do I connect Activitypub MCP?
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 activitypub-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Activitypub MCP?
The npm package activitypub-mcp was installed 86 times in the last week. Week over week that is +68%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Activitypub MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 17 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.