inoreader-mcp

caelaxie/inoreader-mcp
★ 0 stars TypeScript ⚙️ DevOps Updated 4d ago
Remote MCP server for Inoreader on Cloudflare Workers.
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": {
    "inoreader-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "caelaxie/inoreader-mcp"
      ]
    }
  }
}

README Excerpt

Remote Cloudflare MCP server for Inoreader. 1. Install dependencies and sign in to Cloudflare: ```bash pnpm install pnpm wrangler login ``` 2. Choose the deployed Worker URL. By default this project deploys the Worker named `inoreader-mcp`. Use either a `workers.dev` hostname or a custom hostname that belongs to a Cloudflare zone.

Tools (20)

inoreader_add_article_taginoreader_broadcast_articleinoreader_delete_taginoreader_edit_subscriptioninoreader_follow_subscriptioninoreader_get_stream_contentsinoreader_get_unread_countsinoreader_get_user_infoinoreader_like_articleinoreader_list_subscriptionsinoreader_mark_readinoreader_mark_unreadinoreader_remove_article_taginoreader_rename_taginoreader_star_articleinoreader_statusinoreader_unbroadcast_articleinoreader_unfollow_subscriptioninoreader_unlike_articleinoreader_unstar_article