HomeSearch & Research › AllNewsAPI

AllNewsAPI

Get access to real-time and historical news data including top headlines from global sources

TypeScript Cloud macOSWindowsLinux Remote
★ 1 stars Last pushed 2026-09-07 License: MIT

Topics: Search & Data Extraction

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://mcp.allnewsapi.com/mcp Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http mcp-server https://mcp.allnewsapi.com/mcp --header "X-API-Key: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-server": {
      "url": "https://mcp.allnewsapi.com/mcp",
      "headers": {
        "X-API-Key": "<YOUR_VALUE>"
      }
    }
  }
}
  • X-API-Key required secret — Your AllNewsAPI key (get one at https://allnewsapi.com).

Package (npm 1.1.9)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "ALLNEWSAPI_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • ALLNEWSAPI_KEY secret — Your AllNewsAPI key, used when --apikey is not passed as an argument.

This server takes extra arguments — see its repository.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry