Loading MCP server directory, please wait...
Security-first, read-only-by-default MCP server for ActivityPub and the Fediverse.
npx @getmcp/cli add io.github.cameronrye/activitypub-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.cameronrye/activitypub-mcp": {
"command": "npx",
"args": [
"-y",
"activitypub-mcp"
],
"env": {
"ACTIVITYPUB_ENABLE_WRITES": "false",
"LOG_LEVEL": "info"
}
}
}
}