Back to Discover

mcp-lemmy

connector

pipeworx-io

Lemmy MCP — public reads on any Lemmy instance.

View on GitHub
0 starsSynced Aug 11, 2026

Install to Claude Code

/plugin marketplace add pipeworx-io/mcp-lemmy

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 posts
  • post(id, instance?) — single post
  • comments(post_id?, parent_id?, community?, sort?, max_depth?, limit?, page?, instance?) — comments
  • communities(type_?, sort?, limit?, page?, instance?) — list communities
  • community(name_or_id, instance?) — community metadata
  • site(instance?) — instance metadata
  • search(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

Rendered live from pipeworx-io/mcp-lemmy's GitHub README — not stored, always reflects the source repo.

1 Install Method

NameDescriptionCategorySource
streamable-http remoteHosted streamable-http endpointmcp-serverhttps://gateway.pipeworx.io/lemmy/mcp

0 Comments

Login required
Log in to post a comment or update on this repo.

No comments yet — be the first to share an update.