MCP News API Server
@matteoantoci
About MCP News API Server
An MCP server exposing News API endpoints for searching and retrieving news articles. Provides reliable, easy-to-use tools for integrating news data into applications and workflows, with robust error handling and secure API key management.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-newsapi": {
"command": "node",
"args": [
"build/index.js"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCP News API Server?
A Model Context Protocol (MCP) server that exposes endpoints from the News API to search for and retrieve news articles. It allows programmatic access to news data via the MCP protocol, intended for use with MCP-compatible clients.
How to use MCP News API Server?
Install dependencies with npm install, build with npm run build, set the NEWSAPI_KEY environment variable, and run via node build/index.js or through an MCP runner configured with stdio transport. The server exposes two tools: search_articles and get_top_headlines.
Key features of MCP News API Server
- Searches news articles via the News API “Everything” endpoint.
- Fetches top headlines via the News API “Top Headlines” endpoint.
- Supports filtering by keywords, sources, domains, language, date range, and country.
- Allows sorting by relevancy, popularity, or published date.
- Provides pagination with configurable page size and page number.
Use cases of MCP News API Server
- Automated news monitoring and aggregation for research or dashboards.
- Building a custom news feed filtered by topic, source, or language.
- Integrating breaking news or trending headlines into applications or workflows.
FAQ from MCP News API Server
What are the runtime requirements?
Node.js v18 or later and npm are required.
How do I provide my News API key?
Set the NEWSAPI_KEY environment variable before running the server, or configure it in your MCP runner's environment settings.
Where does the data come from?
All data is fetched from the News API (newsapi.org); the server itself does not store any articles.
What transport does the server use?
The server communicates via stdio transport, making it compatible with MCP runners that support that transport type.
How are errors handled?
The server provides error messages based on the News API response, including the API error message and code if available.
Frequently asked questions
What are the runtime requirements?
Node.js v18 or later and npm are required.
How do I provide my News API key?
Set the `NEWSAPI_KEY` environment variable before running the server, or configure it in your MCP runner's environment settings.
Where does the data come from?
All data is fetched from the News API (newsapi.org); the server itself does not store any articles.
What transport does the server use?
The server communicates via stdio transport, making it compatible with MCP runners that support that transport type.
How are errors handled?
The server provides error messages based on the News API response, including the API error message and code if available.
Basic information
More Developer Tools MCP servers
extentos
Asger mølgaardExtentos is a multi-vendor development platform for adding smart-glasses capabilities to existing iOS and Android apps. The simplest analogy is Stripe for smart glasses:
Deepwiki MCP Server
regenrek📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
TalkToFigma
sonnylazuardiTalkToFigma: MCP integration between AI Agent (Cursor, Claude Code, Codex) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.

PuzzleTide Puzzle Generator
Caravaca-LabsWord search generator, crossword generator, and sudoku generator + solver as a local-first MCP server. 15 deterministic tools: printable PDF puzzle worksheets, themed word banks, and verifiable LLM evals. From the makers
Unity MCP (Server + Plugin)
IvanMurzakAI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for fr
Comments