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

Installation

npx -y activitypub-mcp

Configuration

{
  "mcpServers": {
    "activitypub-mcp": {
      "command": "npx",
      "args": ["-y", "activitypub-mcp"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub