{"id":48850356,"url":"https://github.com/hmmroger/simply-feed-mcp","last_synced_at":"2026-04-15T08:02:03.286Z","repository":{"id":309371415,"uuid":"1030133452","full_name":"hmmroger/simply-feed-mcp","owner":"hmmroger","description":"A Model Context Protocol (MCP) server for managing and querying RSS/news feeds. This server enables AI assistants to fetch, search, and retrieve information from RSS feeds in real-time.","archived":false,"fork":false,"pushed_at":"2026-04-13T07:35:38.000Z","size":320,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-13T09:51:30.858Z","etag":null,"topics":["mcp","mcp-server","rss"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hmmroger.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-01T06:23:40.000Z","updated_at":"2026-04-13T07:15:10.000Z","dependencies_parsed_at":"2025-08-11T15:04:47.590Z","dependency_job_id":"c1219357-e34e-49f9-be10-574c11cd4fa3","html_url":"https://github.com/hmmroger/simply-feed-mcp","commit_stats":null,"previous_names":["hmmroger/simply-feed-mcp"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/hmmroger/simply-feed-mcp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hmmroger%2Fsimply-feed-mcp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hmmroger%2Fsimply-feed-mcp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hmmroger%2Fsimply-feed-mcp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hmmroger%2Fsimply-feed-mcp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hmmroger","download_url":"https://codeload.github.com/hmmroger/simply-feed-mcp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hmmroger%2Fsimply-feed-mcp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31831849,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T07:17:56.427Z","status":"ssl_error","status_checked_at":"2026-04-15T07:17:30.007Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["mcp","mcp-server","rss"],"created_at":"2026-04-15T08:02:02.569Z","updated_at":"2026-04-15T08:02:03.274Z","avatar_url":"https://github.com/hmmroger.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simply Feed MCP Server\n\nA Model Context Protocol (MCP) server for managing and querying RSS/news feeds. This server enables AI assistants to fetch, search, and retrieve information from RSS feeds in real-time.\n\n## MCP Tools\n\nThis server provides the following MCP tools:\n\n### `get-recent-feed-items`\nRetrieve the most recent items from all configured news/RSS feeds within a specified time window.\n- `recencyInMinutes` (optional): Look back period in minutes (default: 120)\n- `limit` (optional): Number of items to return (max: 50, default: 25)\n- `skip` (optional): Number of items to skip for pagination\n\n### `get-feed-items`\nRetrieve items from a specified news/RSS feed, ordered by recency (newest first), with pagination support.\n- `feedId` (required): The news/RSS feed ID from which to get items\n- `limit` (optional): Number of items to return (max: 50, default: 25)\n- `skip` (optional): Number of items to skip for pagination\n\n### `search-feed-items`\nSearch and retrieve items using natural language queries.\n- `query` (required): Description of the items to search for\n- `feedId` (optional): Filter results to a specific feed\n- `limit` (optional): Number of items to return (max: 50, default: 25)\n- `skip` (optional): Number of items to skip for pagination\n\n### `get-item-details`\nGet full details for a specific feed item.\n- `feedId` (required): The feed ID containing the item\n- `id` (required): The specific item ID\n\n### `list-feeds`\nRetrieve a list of all configured RSS/news feeds with pagination support.\n- `limit` (optional): Number of feeds to return (max: 50, default: 10)\n- `skip` (optional): Number of feeds to skip for pagination\n\n## Installation\n\n### Prerequisites\n\n- Node.js 20+\n- npm or yarn\n\n### From npm\n\n### Using npx (Recommended)\nNo installation required! Simply use `npx` to run the latest version:\n\n### Global Installation (Optional)\nIf you prefer to install globally:\n\n```bash\nnpm install -g simply-feed-mcp\n```\n\n### From Source\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/hmmroger/simply-feed-mcp.git\ncd simply-feed-mcp\n```\n\n2. Install dependencies:\n```bash\nnpm install\n```\n\n3. Build the project:\n```bash\nnpm run build\n```\n\n## Configuration\n\n### Feed Configuration\n\nThe feed configuration is used by the worker to fetch and update feeds.\nCreate a `feeds.json` file (or any custom filename) and specify its location using `--config_file` with your RSS feeds:\n\n```json\n[\n  {\n    \"feedUrl\": \"https://www.technologyreview.com/feed/\"\n  }\n]\n```\n\n### Environment Variables\n\nConfigure the server using these environment variables:\n\n| Variable | Description | Default | MCP/Worker |\n|----------|-------------|---------|------------|\n| `SIMPLY_FEED_CONFIG_FILE_NAME` | Custom feeds config file name | `feeds.json` | Worker |\n| `SIMPLY_FEED_CONFIG_BLOB_NAME` | Load config from Azure Blob (format: `container/blob`) | - | Worker |\n| `SIMPLY_FEED_STORAGE_CONNECTION_STRING` | Azure Storage connection string | - | Both |\n| `SIMPLY_FEED_STORAGE_FILE_FOLDER` | Local storage folder for feed data | - | Both |\n| `SIMPLY_FEED_LLM_API_KEY` | API key for LLM integration | - | Both |\n| `SIMPLY_FEED_LLM_BASE_URL` | Base URL for LLM API | `https://generativelanguage.googleapis.com/v1beta/openai` | Both |\n| `SIMPLY_FEED_LLM_MODEL` | LLM model to use | `gemini-2.5-flash-lite` | Both |\n| `SIMPLY_FEED_ITEMS_RETENTION_DAYS` | Days to retain feed items | - | Worker |\n\n## Usage\n\n\u003e [!NOTE]\n\u003e You must have one instance of simply-feed-mcp running as a `worker` to fetch and update feeds, otherwise the MCP server will not see any feeds.\n\n### Required Environment Variables\n\n`SIMPLY_FEED_LLM_API_KEY` is required.\n\n### Background Worker\n\nRun the background worker to continuously fetch and update feeds:\n\n```bash\n# Run continuously (default: refresh every 15 minutes)\nnpx simply-feed-mcp --worker\n\n# Run once and exit\nnpx simply-feed-mcp --worker --run_once\n\n# Custom refresh interval (in seconds)\nnpx simply-feed-mcp --worker --refresh_interval 600\n\n# Use custom config file and path\nnpx simply-feed-mcp --worker --config_file /custom/path/my-feeds.json\n\n# Use Azure Blob config\nnpx simply-feed-mcp --worker --config_blob_name container/feeds.json\n```\n\n### MCP Server\n\nEnsure you specify the same values for environment variables that were used in the worker.\n\n## Integration\n\n### Claude Desktop\n\nAdd to your Claude Desktop MCP configuration:\n\n```json\n{\n  \"mcpServers\": {\n    \"simply-feed-mcp\": {\n      \"command\": \"npx\",\n      \"args\": [\n        \"-y\",\n        \"simply-feed-mcp\"\n      ],\n      \"env\": {\n        \"SIMPLY_FEED_LLM_API_KEY\": \"\u003cAPI KEY\u003e\"\n      }\n    }\n  }\n}\n```\n\n## License\n\nMIT License - see [LICENSE](LICENSE) file for details.\n\n## Support\n\n- GitHub Issues: [Report bugs or request features](https://github.com/hmmroger/simply-feed-mcp/issues)\n- Repository: [https://github.com/hmmroger/simply-feed-mcp](https://github.com/hmmroger/simply-feed-mcp)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhmmroger%2Fsimply-feed-mcp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhmmroger%2Fsimply-feed-mcp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhmmroger%2Fsimply-feed-mcp/lists"}