newsnow-mcp-server
About
Official MCP Server for newnow, 40+ sources available.
Details
- Author
- ourongxing
- GitHub stars
- 29
- Downloads
- 391
- Categories
- Other
Jump to
- 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:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
newsnow-mcp-serverCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- 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"
}
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




