@pipeworx/lemmy
Connect: https://gateway.pipeworx.io/lemmy/mcp · Install: one-click buttons
Tools: 7
Lemmy federated link-aggregator MCP — communities, posts, comments. Keyless for public reads. Default instance lemmy.world (override via instance arg).
Tools
posts(community?, sort?, type_?, limit?, page?, instance?)— list postspost(id, instance?)— single postcomments(post_id?, parent_id?, community?, sort?, max_depth?, limit?, page?, instance?)— commentscommunities(type_?, sort?, limit?, page?, instance?)— list communitiescommunity(name_or_id, instance?)— community metadatasite(instance?)— instance metadatasearch(q, type_?, listing_type?, sort?, limit?, page?, instance?)— full search
Data source
https://<instance>/api/v3/... — Lemmy REST API.
Tools
- posts — List Lemmy posts (federated Reddit-alternative; ActivityPub) from a community or feed. Sort by Active / Hot / New / TopDay / TopWeek / etc. Returns post title, body, author, upvotes, comment count. Us
- post — Fetch a single Lemmy post by numeric id from the specified instance (default lemmy.world). Returns title, body, author, score, comment count, and community.
- comments — List Lemmy comments under a post or thread. Returns author, body, score, parent, posted date. Use to read discussion threads on federated Reddit-alternative communities.
- communities — List communities on a Lemmy instance (default lemmy.world), sortable by Active/Hot/New/TopMonth/etc. and filterable by type (All/Local/Subscribed). Returns community name, description, and subscriber
- community — Fetch metadata for a specific Lemmy community by name (e.g. “asklemmy”) or numeric id from the specified instance. Returns description, icon, subscriber count, and moderators.
- site — Fetch instance-level metadata for a Lemmy instance (default lemmy.world), including site name, description, version, admin info, and federated instances list.
- search — Full-text search across a Lemmy instance (default lemmy.world) for posts, comments, communities, or users matching query
q. Filter by type (Posts/Comments/Communities/Users), listing (All/Local), an
Tools
-
comments— List Lemmy comments under a post or thread. Returns author, body, score, parent, posted date. Use to read discussion threads on federated Reddit-alternative communities. -
communities— List communities on a Lemmy instance (default lemmy.world), sortable by Active/Hot/New/TopMonth/etc. and filterable by type (All/Local/Subscribed). Returns community name, description, and subscriber -
community— Fetch metadata for a specific Lemmy community by name (e.g. asklemmy ) or numeric id from the specified instance. Returns description, icon, subscriber count, and moderators. -
post— Fetch a single Lemmy post by numeric id from the specified instance (default lemmy.world). Returns title, body, author, score, comment count, and community. -
posts— List Lemmy posts (federated Reddit-alternative; ActivityPub) from a community or feed. Sort by Active / Hot / New / TopDay / TopWeek / etc. Returns post title, body, author, upvotes, comment count. Us -
search— Full-text search across a Lemmy instance (default lemmy.world) for posts, comments, communities, or users matching query `q`. Filter by type (Posts/Comments/Communities/Users), listing (All/Local), an -
site— Fetch instance-level metadata for a Lemmy instance (default lemmy.world), including site name, description, version, admin info, and federated instances list.