Fast News MCP for Cursor
io.github.wllrdev/fast-news
Free search, trending, topics & local news via the Fast News with Previews API on RapidAPI.
client:Cursor
transport:stdio
runtime:npm
Install Fast News MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"fast-news": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@wllrdev/fast-news-mcp"
],
"env": {
"RAPIDAPI_KEY": "<RAPIDAPI_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs