aib-reader

Jmeg8r/aib-reader
★ 0 stars Python API Integration Updated today
Self-owned RSS aggregation substrate for the ASTGL ecosystem — a Python library + local-stdio MCP server. Built because Feedly's API is enterprise-only.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "aib-reader": {
      "command": "uvx",
      "args": [
        "aib-reader"
      ]
    }
  }
}

Or install with pip: pip install aib-reader

README Excerpt

**Self-owned RSS aggregation substrate for the ASTGL ecosystem.** A small Python library (plus a thin local-stdio MCP server) that ingests RSS/Atom feeds, deduplicates across them, and answers "what's new on these sources?" queries by category, time window, and keyword. Built because Feedly gates its developer API