Skip to main content
Search & Data ExtractionTypeScript

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.

search-data-extractionlocal-servicemacoswindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/cameronrye/activitypub-mcp

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Search & Data Extraction
Language
TypeScript
Author
cameronrye