Skip to content
Grok

RSS and news feeds for agents for Grok

io.github.ux-xd/rss-feed

RSS, Atom and JSON feeds for agents: find a site's feed, read items as JSON, keyless news search.

client:Grok transport:streamable-http

Install RSS and news feeds for agents in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "rss-feed": {
      "type": "http",
      "url": "https://rssfeedmcp.dev/mcp"
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

RSS and news feeds for agents in other clients