@pipeworx/mcp-lemmy
v0.1.1
Published
Lemmy MCP — public reads on any Lemmy instance.
Maintainers
Readme
@pipeworx/lemmy
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.
Quick Start
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"lemmy": {
"url": "https://gateway.pipeworx.io/lemmy/mcp"
}
}
}Or connect to the full Pipeworx gateway for access to all 1422+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}Using with ask_pipeworx
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Lemmy data" })The gateway picks the right tool and fills the arguments automatically.
More
License
MIT
