MCP NewNow Server

by sligter

70 stars
383 downloads
Not rated
GitHub

About

一个基于 Model Context Protocol (MCP) 的新闻聚合服务器,通过 Newsnow API 提供多平台热点新闻和趋势话题。

Details

Author
sligter
GitHub stars
70
Downloads
383
Categories
Other

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 MCP NewNow 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

Install the package with pip install mcp-newsnow or uv pip install mcp-newsnow. Then configure Claude Desktop by adding the server entry to its config file with command uvx mcp-newsnow. After restarting Claude, you can use the four news tools. For development, set the

Claude Desktop / Cursor

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

{
    "mcpServers": {
        "mcp newnow server": {
            "get_news": {
                "command": "uvx",
                "args": [
                    "mcp-newsnow"
                ]
            }
        }
    }
}

McpServers

{
    "get_news": {
        "command": "uvx",
        "args": [
            "mcp-newsnow"
        ]
    }
}

MCP NewNow Server

MCP Compatible

一个基于 Model Context Protocol (MCP) 的新闻聚合服务器,通过 Newsnow API 提供多平台热点新闻和趋势话题。

功能特点

- 多平台热点聚合:一站式获取来自酷安、知乎、微博、B站、抖音、GitHub等14+平台的热点内容
- 中英文源名识别:支持中英文新闻源名称,并提供模糊匹配功能
- 自定义API端点:通过环境变量或命令行参数配置NewNow API端点

安装方法

方法一:从 PyPI 安装

```bash

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.