newsnow-mcp-server

by ourongxing

29 stars
391 downloads
Not rated
GitHub Website

About

Official MCP Server for newnow, 40+ sources available.

Details

Author
ourongxing
GitHub stars
29
Downloads
391
Categories
Other

- Official MCP Server for NewsNow
- Access to over 40 news sources
- Simple setup via npx

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name newsnow-mcp-server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Configure the server in your MCP settings using npx -y newsnow-mcp-server and set the BASE_URL environment variable (e.g., https://newsnow.busiyi.world). No installation is required beyond the npx invocation.

get_hottest_latest_news

get hottest or latest news from source by {id}, return {count: 10} news.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "newsnow-mcp-server": {
            "newsnow": {
                "command": "npx",
                "args": [
                    "-y",
                    "newsnow-mcp-server"
                ],
                "env": {
                    "BASE_URL": "https://newsnow.busiyi.world"
                }
            }
        }
    }
}

McpServers

{
    "newsnow": {
        "command": "npx",
        "args": [
            "-y",
            "newsnow-mcp-server"
        ],
        "env": {
            "BASE_URL": "https://newsnow.busiyi.world"
        }
    }
}

newsnow-mcp-server

Official MCP Server for NewsNow, 40+ sources available.

Usage

{
  "mcpServers": {
    "newsnow": {
      "command": "npx",
      "args": [
        "-y",
        "newsnow-mcp-server"
      ],
      "env": {
        "BASE_URL": "https://newsnow.busiyi.world"
      }
    }
  }
}

License

MIT © ourongxing

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.