Features / Capture

in flight

Reddit thread extraction

Save structured text discussions from Reddit posts into your local library.

Capturein flight
Reddit thread extraction
Reddit discussion thread converted to clean markdown hierarchy
Reddit discussion thread converted to clean markdown hierarchy
what it does

The user-facing part.

Save complete Reddit discussions as clean text files. Uoink parses comment hierarchies, removes layout elements, and writes a readable markdown document. It saves the discussion directly to your disk, making it searchable offline.

getting started

Run the loop.

  1. Open a Reddit thread in your browser.
  2. Right-click the background of the discussion page.
  3. Select Uoink thread from the context menu list.
  4. Approve the domain allowlist popup to run extraction.
  5. Read the clean comment hierarchy in your library.
behind the scenes

How Uoink handles it.

The local helper parses the JSON representation of the Reddit page. It extracts the comments, resolves the nested relationships, and outputs the text using clean indentation. The helper indexes the thread contents in the local search database without external APIs.

mcp reference

Agent-readable surface.

uoink_page
{
  "name": "uoink_page",
  "arguments": {
    "url": "https://www.reddit.com/r/subreddit/comments/id/slug/"
  }
}

Full server metadata lives at /mcp and /mcp/manifest.json.

try it now

Run it on your next source.

Convert noisy online threads into clean markdown files.

Install Uoink