search & data extraction

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.

typescript
local
macos
windows
linux
search & data extraction
0
View on GitHub

Installation

npx -y cameronrye/activitypub-mcp

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

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

About This MCP Server

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.

GitHub: https://github.com/cameronrye/activitypub-mcp

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub