A comprehensive Model Context Protocol (MCP) server that enables LLMs like Claude to explore and interact with the existing Fediverse through standardized MCP tools, resources, and prompts.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"activitypub": {
"args": [
"-y",
"activitypub-mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A comprehensive Model Context Protocol (MCP) server that enables LLMs like Claude to explore and interact with the existing Fediverse through standardized MCP tools, resources, and prompts.
This server supports HTTP transport. Be the first to test it — help the community know if it works.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked activitypub-mcp against OSV.dev.
Click any tool to inspect its schema.
actorRemote ActivityPub actor (user) data
activitypub://actor/{id}
timelineActor's timeline with posts
activitypub://timeline/{actor_id}
trendingTrending hashtags and posts
activitypub://trending
instance_infoInformation about a fediverse instance
activitypub://instance/{domain}
search_resultsSearch results for accounts, hashtags, and posts
activitypub://search/{query}
post_threadComplete conversation thread with replies
activitypub://thread/{post_id}
followersFollower list for an account
activitypub://followers/{actor_id}
followingFollowing list for an account
activitypub://following/{actor_id}
home_timelineAuthenticated user's home timeline
activitypub://home_timeline
notificationsAuthenticated user's notifications
activitypub://notifications
fediverse_explorationTemplate for exploring the fediverse and discovering content
content_strategyTemplate for developing fediverse content strategy
community_analysisTemplate for analyzing communities and trends on the fediverse
account_discoveryTemplate for discovering and analyzing accounts
instance_explorationTemplate for exploring fediverse instances
trending_analysisTemplate for analyzing trending content
thread_analysisTemplate for analyzing post threads and conversations
search_optimizationTemplate for optimizing fediverse searches
interaction_planningTemplate for planning social interactions
export_strategyTemplate for exporting and archiving fediverse content
multi_account_managementTemplate for managing multiple fediverse accounts
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in communication
Asynchronous coordination layer for AI coding agents: identities, inboxes, searchable threads, and advisory file leases over FastMCP + Git + SQLite
An MCP server that securely interfaces with your iMessage database via the Model Context Protocol (MCP), allowing LLMs to query and analyze iMessage conversations. It includes robust phone number validation, attachment processing, contact management, group chat handling, and full support for sending and receiving messages.
Email & SMS infrastructure for AI agents — send and receive real email and text messages programmatically
A Model Context Protocol (MCP) server for interacting with Microsoft 365 and Office services through the Graph API
MCP Security Weekly
Get CVE alerts and security updates for Activitypub Mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Fediverse Client for LLMs
A comprehensive Model Context Protocol (MCP) server that enables LLMs like Claude to explore and interact with the existing Fediverse through standardized MCP tools, resources, and prompts.
Upgrading from v1? See MIGRATION-v2.md for the full v2.0.0 upgrade guide. v2 includes breaking changes (Node 20+, required HTTP secret, env var format change) — read the migration notes before upgrading.
Full write capabilities, multi-account support, and HTTP transport — all of it shipping in v2.0.0 with hardened security and a topic-organized source tree. See MIGRATION-v2.md if you are upgrading from v1.x.
| Post & Interact Create posts, reply, boost, favourite, and bookmark directly from your LLM | Multi-Account Manage multiple fediverse accounts with secure credential storage | Media & Polls Upload images with alt text, vote on polls, schedule posts |
| Export Anywhere Export timelines, threads, and accounts to JSON, Markdown, or CSV | HTTP Transport Production-ready HTTP/SSE mode for enterprise deployments | 53 Tools 21 read-only + 28 authenticated + 4 export tools |
See Authenticated Tools | See Export Tools | Full Changelog