Curated developer RSS feeds that can't quietly rot — weekly-validated, machine-readable, with a visual picker and an MCP server
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"tech-feed-catalog": {
"command": "npx",
"args": [
"-y",
"inoueUJ/tech-feed-catalog"
]
}
}
}
Run in terminal:
claude mcp add tech-feed-catalog npx -y inoueUJ/tech-feed-catalog
Add to .cursor/mcp.json:
{
"mcpServers": {
"tech-feed-catalog": {
"command": "npx",
"args": [
"-y",
"inoueUJ/tech-feed-catalog"
]
}
}
}