MCP ExplorerExplorer

News Mcp Server

@anurag-dhamalaon a year ago
3 MIT
FreeCommunity
AI Systems
MCP server for accessing up-to-date news via newsdata.io.

Overview

What is News Mcp Server

news-mcp-server is a specialized MCP server designed to retrieve up-to-date news from newsdata.io, providing users with access to the latest news articles and headlines.

Use cases

Use cases for news-mcp-server include fetching the latest news headlines, retrieving news articles in different languages, and providing news sources from specific countries.

How to use

To use news-mcp-server, clone the repository and configure it with your environment settings, including your NEWS_API_KEY and NEWS_BASE_URL. You can run the server using a specified command or via npx.

Key features

Key features of news-mcp-server include real-time news updates, support for multiple languages, and the ability to query news from various countries and regions.

Where to use

news-mcp-server can be used in various fields such as media, journalism, research, and any application that requires access to current news data.

Content

MCP server for news-data

MCP server for getting up-to-date news with newsdata.io

https://www.pulsemcp.com/servers/anurag-dhamala-newsdata

Setup

If you clone this repo, then you can use the config below:

{
  "mcpServers": {
    "news": {
      "command": "path_to_your_node",
      "args": [
        "location_to_your_dist/index.js"
      ],
      "env": {
        "NEWS_API_KEY": "API_KEY_FROM_NEWS_DATA",
        "NEWS_BASE_URL": "https://newsdata.io"
      }
    }
  }
}

You can also use npx.

{
  "mcpServers": {
    "news": {
      "command": "path_to_your_npx",
      "args": [
        "news-mcp-server"
      ],
      "env": {
        "NEWS_API_KEY": "API_KEY_FROM_NEWS_DATA",
        "NEWS_BASE_URL": "https://newsdata.io"
      }
    }
  }
}

Example Prompts

Give me latest news from USA trending today.

Give me top news headlines from Nepal in Nepali language.

Give me news sources from Bhutan.

Give me latest news about Lionel Messi.

Give me latest crypto news.

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers