ActivityPub MCP Server
Rank #4,807io.github.cameronrye/activitypub-mcp
Read-only-by-default MCP server: let LLMs explore the Fediverse — Mastodon, Misskey, Pleroma.
ActivityPub MCP Server is a Model Context Protocol (MCP) server published by cameronrye. It ranks #4,807 of 115,460 servers tracked on MCP Toplist, and its repository has 17 GitHub stars. ActivityPub MCP Server is listed across 3 registries — Official MCP, Glama and PulseMCP, with 2 tracked versions. It was first listed on Feb 3, 2026 and most recently updated on Jun 10, 2026.
Ranks ahead of 110,653 of 115,460 servers on MCP Toplist.
Use ActivityPub MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add activitypub-mcp -e "ACTIVITYPUB_ENABLE_WRITES=<your ACTIVITYPUB_ENABLE_WRITES>" -e "LOG_LEVEL=<your LOG_LEVEL>" -- npx -y activitypub-mcpReplace each placeholder with your own value before saving.
[mcp_servers.activitypub-mcp]
command = "npx"
args = ["-y", "activitypub-mcp"]
[mcp_servers.activitypub-mcp.env]
ACTIVITYPUB_ENABLE_WRITES = "<your ACTIVITYPUB_ENABLE_WRITES>"
LOG_LEVEL = "<your LOG_LEVEL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"activitypub-mcp": {
"command": "npx",
"args": [
"-y",
"activitypub-mcp"
],
"env": {
"ACTIVITYPUB_ENABLE_WRITES": "<your ACTIVITYPUB_ENABLE_WRITES>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"activitypub-mcp": {
"command": "npx",
"args": [
"-y",
"activitypub-mcp"
],
"env": {
"ACTIVITYPUB_ENABLE_WRITES": "<your ACTIVITYPUB_ENABLE_WRITES>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"activitypub-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"activitypub-mcp"
],
"env": {
"ACTIVITYPUB_ENABLE_WRITES": "<your ACTIVITYPUB_ENABLE_WRITES>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"activitypub-mcp": {
"command": "npx",
"args": [
"-y",
"activitypub-mcp"
],
"env": {
"ACTIVITYPUB_ENABLE_WRITES": "<your ACTIVITYPUB_ENABLE_WRITES>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"activitypub-mcp": {
"command": "npx",
"args": [
"-y",
"activitypub-mcp"
],
"env": {
"ACTIVITYPUB_ENABLE_WRITES": "<your ACTIVITYPUB_ENABLE_WRITES>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.cameronrye%2Factivitypub-mcp)<a href="https://mcptoplist.com/server/io.github.cameronrye%2Factivitypub-mcp"><img src="https://mcptoplist.com/badge/io.github.cameronrye%2Factivitypub-mcp.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
cameronrye
Other servers by cameronrye
- OpenZIM MCP Server#792 · 6 vers
- Gopher & Gemini MCP Server#3,671 · 8 vers
- AT Protocol MCP Server#4,178 · 7 vers
- Cameron Rye Portfolio MCP Server#60,984 · 1 ver
Available versions (2)
| Version | Published |
|---|---|
| 3.1.3 | Jun 10, 2026 |
| 3.0.1 | Jun 3, 2026 |
Frequently asked questions
- Who maintains ActivityPub MCP Server?
- ActivityPub MCP Server is maintained by cameronrye, which publishes 5 MCP servers (24 total versions) tracked on MCP Toplist.
- Is ActivityPub MCP Server listed on the Official MCP Registry?
- Yes — ActivityPub MCP Server is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does ActivityPub MCP Server have?
- MCP Toplist tracks 2 versions of ActivityPub MCP Server, most recently published on Jun 10, 2026.
- Where can I find the source code for ActivityPub MCP Server?
- The source code for ActivityPub MCP Server is hosted at github.com/cameronrye/activitypub-mcp.