Back to MCP Servers
Activitypub
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.
search-data-extractionllm
By cameronrye
Installation
npx -y activitypub-mcpConfiguration
{
"mcpServers": {
"activitypub-mcp": {
"command": "npx",
"args": ["-y", "activitypub-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes