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
{
"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