mcp-feed

taku-ops/mcp-feed
★ 0 stars JavaScript 💻 Code/Dev Tools Updated today
MCP server for the Earn With Hermes daily feed — exposes TOON-format daily content as MCP resources. Access daily://latest (free) and daily://feed (Pro, Polar.sh license key)
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": {
    "mcp-feed": {
      "command": "npx",
      "args": [
        "-y",
        "taku-ops/mcp-feed"
      ]
    }
  }
}