Skip to main content
Glama
kcjonnyc

News API MCP Server

by kcjonnyc

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

  1. Install dependencies:

    npm install
  2. Get a NewsAPI key:

    • Sign up at NewsAPI.org

    • Get your free API key (up to 100 requests/day)

  3. Configure environment: Create a .env file in the project root:

    NEWS_API_KEY=your_api_key_here
  4. Build 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 dev

Build for production:

npm run build
npm start

Test NewsAPI integration:

npm run test-api

License

MIT

F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    -
    quality
    D
    maintenance
    Provides 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.
    Last updated
  • F
    license
    -
    quality
    D
    maintenance
    Enables searching news articles and retrieving top headlines from the GNews API with support for filtering by topic, language, and country.
    Last updated
  • F
    license
    -
    quality
    D
    maintenance
    Enables LLMs to search for news articles, get top headlines, and access comprehensive news data with advanced filtering options through AllNewsAPI.
    Last updated
    1

View all related MCP servers

Related MCP Connectors

  • NewsAPI.org: top headlines, archive search, sources. Free 100/day key.

  • Web search, news, page retrieval, sitemaps, and trending topics through Search1API.

  • Real-time financial news for AI agents: search by ticker and source, with sentiment and entities.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kcjonnyc/news_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server