Skip to content
Zed

newsmcp for Zed

io.github.pranciskus/newsmcp

Real-time world news for AI agents. 50+ regions, topic filtering. Free, no API key.

client:Zed transport:stdio runtime:npm

Install newsmcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "newsmcp": {
      "command": "npx",
      "args": [
        "-y",
        "@newsmcp/server"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

newsmcp in other clients