Skip to content
VS Code

RSS and news feeds for agents for VS Code

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:VS Code transport:streamable-http

Install RSS and news feeds for agents in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

RSS and news feeds for agents in other clients