Remote MCP server for Inoreader on Cloudflare Workers.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"inoreader-mcp": {
"command": "npx",
"args": [
"-y",
"caelaxie/inoreader-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add inoreader-mcp npx -y caelaxie/inoreader-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"inoreader-mcp": {
"command": "npx",
"args": [
"-y",
"caelaxie/inoreader-mcp"
]
}
}
}
📋 Copy
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_tag inoreader_broadcast_article inoreader_delete_tag inoreader_edit_subscription inoreader_follow_subscription inoreader_get_stream_contents inoreader_get_unread_counts inoreader_get_user_info inoreader_like_article inoreader_list_subscriptions inoreader_mark_read inoreader_mark_unread inoreader_remove_article_tag inoreader_rename_tag inoreader_star_article inoreader_status inoreader_unbroadcast_article inoreader_unfollow_subscription inoreader_unlike_article inoreader_unstar_article