News API MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@News API MCP Serverfind top technology news headlines today"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
News API MCP Server
A Model Context Protocol (MCP) server that provides access to news content through the NewsAPI.org service. This server enables AI assistants to search articles, get top headlines, and browse news sources.
Setup
Install dependencies:
npm installGet a NewsAPI key:
Sign up at NewsAPI.org
Get your free API key (up to 100 requests/day)
Configure environment: Create a
.envfile in the project root:NEWS_API_KEY=your_api_key_hereBuild the project:
npm run build
Related MCP server: GNews MCP Server
MCP Configuration
Add to your MCP settings (e.g., ~/.cursor/mcp.json):
{
"mcpServers": {
"news-mcp": {
"command": "npm",
"args": ["run", "start", "--prefix", "/path/to/news_mcp"]
}
}
}Available Tools
searchArticles- Search through millions of articles from news sources worldwide.getTopHeadlines- Get breaking news headlines and top stories.getSources- Discover and filter available news sources.
Development
Development mode (with auto-reload):
npm run devBuild for production:
npm run build
npm startTest NewsAPI integration:
npm run test-apiLicense
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
NewsAPI.org: top headlines, archive search, sources. Free 100/day key.
Get access to real-time and historical news data including top headlines from global sources
Web search, news, page retrieval, sitemaps, and trending topics through Search1API.
Real-time news search across 500,000+ sources in 60+ languages with sentiment and entities.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceProvides AI agents access to news aggregation from 80,000+ sources via the NewsAPI. Supports both authenticated access with API keys and pay-per-use via HTTP 402 protocol with blockchain payment verification.-
- FlicenseNot gradedqualityDmaintenanceEnables searching news articles and retrieving top headlines from the GNews API with support for filtering by topic, language, and country.-

AllNewsAPI MCPofficial
AlicenseAqualityAmaintenanceGet access to real-time and historical news data including top headlines from global sources via AllNewsAPI. Supports multiple filter options including keyword search, category, language and more431,109 npm1MIT- AlicenseNot gradedqualityCmaintenanceEnables fetching top headlines and searching news archives from NewsAPI.org, allowing AI agents to access current and historical news data.MIT