Skip to content
Grok

Fast News MCP for Grok

io.github.wllrdev/fast-news

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

client:Grok transport:stdio runtime:npm

Install Fast News MCP in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Fast News MCP in other clients