feed forge for Claude Desktop
io.github.therealmrfunguy/feed-forge
Turn any website into an RSS, Atom, or JSON feed using CSS selectors and scheduled polling.
client:Claude Desktop
transport:sse
Install feed forge in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"feed-forge": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://feeds.rjctdlabs.xyz/sse"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs