Skip to content
Cursor

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

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

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

Fast News MCP in other clients