NewsBlur

GitHub

NewsBlur is a personal news reader that brings people together to talk about the world. A new sound of an old instrument.

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "NewsBlur": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-NewsBlur"
      ]
    }
  }
}