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.
We read the source, 22 h ago · rules 3dff92dd89df
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.
const child = spawn(command, args, { stdio: "ignore", detached: true });
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.
const child = spawn(command, args, { stdio: "ignore", detached: true });
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.
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.
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.
claude mcp add activitypub-mcp -- npx -y activitypub-mcp
{
"mcpServers": {
"activitypub-mcp": {
"args": [
"-y",
"activitypub-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.activitypub-mcp]
command = "npx"
args = ["-y", "activitypub-mcp"]
{
"mcpServers": {
"activitypub-mcp": {
"args": [
"-y",
"activitypub-mcp"
],
"command": "npx"
}
}
}
{
"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.
MCP server for the AWS CLI. Read-only by default; single Go binary.
MCP server for the GitHub CLI (gh). Read-only by default; single Go binary.
The Python package exposes Revit tools over MCP stdio, read-only by default.
MCP server for LenelS2 S2 NetBox access control via the NBAPI. Read-only by default.
MCP server for MariaDB. Read-only by default, row caps, timeouts, secrets never logged.
Google Tag Manager + read-only GA4 MCP server. Read-only by default, gated writes, audits.
MCP server for PostgreSQL. Read-only by default, row caps, timeouts, secrets never logged.
MCP server for libSQL/Turso, local or remote. Read-only by default, row caps, timeouts.
Answers built from our own checks of this server.