Server data from the Official MCP Registry
Read-only-by-default MCP server: let LLMs explore the Fediverse — Mastodon, Misskey, Pleroma.
Read-only-by-default MCP server: let LLMs explore the Fediverse — Mastodon, Misskey, Pleroma.
The ActivityPub MCP server is a well-architected fediverse client with thoughtful security design, including read-only defaults, audit logging, and rate limiting. However, several moderate findings require attention: untrusted content handling could be more consistent, credential handling relies on environment variables without validation of expiration/rotation, and there are gaps in validation of user-supplied URLs and media. The server's security posture is reasonable for its purpose, but users should carefully review SECURITY.md before enabling writes. Supply chain analysis found 10 known vulnerabilities in dependencies (0 critical, 6 high severity). Package verification found 1 issue.
3 files analyzed · 19 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: ACTIVITYPUB_ENABLE_WRITES
Environment variable: LOG_LEVEL
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-cameronrye-activitypub-mcp": {
"env": {
"LOG_LEVEL": "your-log-level-here",
"ACTIVITYPUB_ENABLE_WRITES": "your-activitypub-enable-writes-here"
},
"args": [
"-y",
"activitypub-mcp"
],
"command": "npx"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.