Skip to content
Zed

Fast News MCP for Zed

io.github.wllrdev/fast-news

Free search, trending, topics & local news via the Fast News with Previews API on RapidAPI.

client:Zed transport:stdio runtime:npm

Install Fast News MCP in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "fast-news": {
      "command": "npx",
      "args": [
        "-y",
        "@wllrdev/fast-news-mcp"
      ],
      "env": {
        "RAPIDAPI_KEY": "<RAPIDAPI_KEY>"
      }
    }
  }
}

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

Fast News MCP in other clients