cameronrye/activitypub-mcp
A comprehensive MCP server that enables LLMs to explore and interact with the Fediverse through ActivityPub protocol. Features WebFinger discovery, timeline fetching, instance exploration, and cross-platform support for Mastodon, Pleroma, Misskey, and other ActivityPub servers.
Quick Start
Clone the repository:
git clone https://github.com/cameronrye/activitypub-mcpClaude Desktop configuration example:
{
"mcpServers": {
"activitypub-mcp": {
"command": "npx",
"args": [
"-y",
"cameronrye/activitypub-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.