AllNewsAPI MCP Server
Rank #8,585io.github.AllNewsAPI/mcp-server
Get access to real-time and historical news data including top headlines from global sources
AllNewsAPI MCP Server is a Model Context Protocol (MCP) server published by AllNewsAPI. It ranks #8,585 of 132,046 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. AllNewsAPI MCP Server is listed across 2 registries — Official MCP and Glama, with 3 tracked versions. It was first listed on May 27, 2026 and most recently updated on Sep 6, 2026.
Ranks ahead of 123,461 of 132,046 servers on MCP Toplist.
Use AllNewsAPI MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http allnewsapi https://mcp.allnewsapi.com/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add allnewsapi -e "ALLNEWSAPI_KEY=<your ALLNEWSAPI_KEY>" -- npx -y allnewsapi-mcp --apikeyReplace each placeholder with your own value before saving.
[mcp_servers.allnewsapi]
url = "https://mcp.allnewsapi.com/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.allnewsapi]
command = "npx"
args = ["-y", "allnewsapi-mcp", "--apikey"]
[mcp_servers.allnewsapi.env]
ALLNEWSAPI_KEY = "<your ALLNEWSAPI_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://mcp.allnewsapi.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"allnewsapi": {
"command": "npx",
"args": [
"-y",
"allnewsapi-mcp",
"--apikey"
],
"env": {
"ALLNEWSAPI_KEY": "<your ALLNEWSAPI_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"allnewsapi": {
"url": "https://mcp.allnewsapi.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"allnewsapi": {
"command": "npx",
"args": [
"-y",
"allnewsapi-mcp",
"--apikey"
],
"env": {
"ALLNEWSAPI_KEY": "<your ALLNEWSAPI_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"allnewsapi": {
"type": "http",
"url": "https://mcp.allnewsapi.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"allnewsapi": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"allnewsapi-mcp",
"--apikey"
],
"env": {
"ALLNEWSAPI_KEY": "<your ALLNEWSAPI_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"allnewsapi": {
"serverUrl": "https://mcp.allnewsapi.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"allnewsapi": {
"command": "npx",
"args": [
"-y",
"allnewsapi-mcp",
"--apikey"
],
"env": {
"ALLNEWSAPI_KEY": "<your ALLNEWSAPI_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"allnewsapi": {
"url": "https://mcp.allnewsapi.com/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"allnewsapi": {
"command": "npx",
"args": [
"-y",
"allnewsapi-mcp",
"--apikey"
],
"env": {
"ALLNEWSAPI_KEY": "<your ALLNEWSAPI_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.AllNewsAPI%2Fmcp-server)<a href="https://mcptoplist.com/server/io.github.AllNewsAPI%2Fmcp-server"><img src="https://mcptoplist.com/badge/io.github.AllNewsAPI%2Fmcp-server.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
AllNewsAPI
Available versions (3)
| Version | Published |
|---|---|
| 1.1.9 | Sep 6, 2026 |
| 1.1.7 | Sep 6, 2026 |
| 1.1.6 | Sep 6, 2026 |
Frequently asked questions
- Who maintains AllNewsAPI MCP Server?
- AllNewsAPI MCP Server is maintained by AllNewsAPI, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is AllNewsAPI MCP Server listed on the Official MCP Registry?
- Yes — AllNewsAPI MCP Server is listed on the Official MCP Registry, alongside Glama.
- How many versions does AllNewsAPI MCP Server have?
- MCP Toplist tracks 3 versions of AllNewsAPI MCP Server, most recently published on Sep 6, 2026.
- Where can I find the source code for AllNewsAPI MCP Server?
- The source code for AllNewsAPI MCP Server is hosted at github.com/AllNewsAPI/mcp-server.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.