oh-my-clipping

wlsdks/oh-my-clipping
★ 0 stars Kotlin 🤖 AI/LLM Updated 8d ago
An open-source news clipping agent. RSS → AI summary → Slack digest, with an admin UI and an MCP server interface.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "oh-my-clipping": {
      "command": "npx",
      "args": [
        "-y",
        "wlsdks/oh-my-clipping"
      ]
    }
  }
}

README Excerpt

<div align="center"> **An open-source news clipping agent.** RSS → AI summary → Slack digest, with an admin UI and an MCP server interface. </div> --- You point oh-my-clipping at the RSS feeds you care about. It collects new articles, summarises them with an LLM, runs them through a reviewable rule engine, and ships a per-persona daily digest to Slack — for as many users and channels as you configure.