Trendradar
T

Trendradar

TrendRadar is a全网hotspot aggregation and intelligent push tool that supports multi - platform news monitoring, keyword screening, and AI intelligent analysis. It can be quickly deployed through GitHub Actions or Docker to achieve personalized hotspot tracking.
2 points
3.2K

What is the TrendRadar MCP Server?

The TrendRadar MCP Server is an AI - enhanced module of the TrendRadar hotspot tracking project. Based on the MCP (Model Context Protocol), it transforms the news data accumulated locally by you (stored in the `output` folder) into an intelligent dialogue interface. You can use natural language to ask questions through AI clients that support MCP (such as Claude Desktop, Cursor, Cherry Studio, etc.), and let the AI help you analyze news trends, find specific information, generate summary reports, etc.

How to use the TrendRadar MCP Server?

Using the MCP Server requires two prerequisites: 1. There is news data generated by the local TrendRadar project running (`output` directory). 2. Install and configure an AI client that supports MCP. After the configuration is completed, you can query and analyze news in the AI chat interface as if you were having a conversation with a person. For example: "Query the hotspots on Zhihu yesterday." or "Analyze the trend of the 'AI' topic in the recent week."

Applicable scenarios

The TrendRadar MCP Server is very suitable for users who need to deeply mine news data, such as: - **Content creators**: Quickly find news materials on specific topics and analyze topic popularity. - **Investors/analysts**: Track the public opinion changes of specific companies or industries and conduct trend analysis. - **Researchers**: Conduct cross - platform data comparison, sentiment analysis, or historical association retrieval. - **Ordinary users**: Use the most natural way (conversation) to understand the news they care about without learning complex query syntax.

Main functions

Basic query and retrieval
Provide a variety of query tools to flexibly retrieve news data by date, platform, and keywords, and quickly locate the required information.
Intelligent trend analysis
Deeply analyze the life cycle, popularity change, explosion detection, and trend prediction of topics to help you understand the laws behind the news.
Data insight and comparison
Conduct cross - platform activity statistics and keyword co - occurrence analysis to compare the focus of different media from a macro perspective.
Sentiment analysis and summary
Analyze the sentiment tendency of news content and intelligently generate summary reports for specified dates or topics.
Advanced search and association
Support searching for similar news, retrieving historically relevant news, and multi - mode search to help discover potential connections between information.
System management and synchronization
Provide tools for obtaining system configuration, status checking, manually triggering data crawling, and synchronizing data from remote storage to the local.
Advantages
🤖 **Natural language interaction**: No need to learn complex commands. You can query and analyze data by speaking.
🔍 **Deep analysis ability**: Provide trend tracking, sentiment analysis, and cross - platform comparison functions far beyond ordinary search.
🔄 **Seamless integration**: Support a variety of mainstream AI clients (Claude, Cursor, Cherry Studio, etc.) with flexible configuration.
📊 **Data - driven**: All analyses are based on your local real news data, and the results are accurate and reliable.
⚡ **Efficient and convenient**: Let the AI handle the cumbersome data screening and sorting work, greatly improving the information processing efficiency.
Limitations
📁 **Dependent on local data**: It can only analyze the historical news data stored in the `output` directory and cannot query real - time network information.
⏳ **Data accumulation takes time**: You need to run the main TrendRadar program for a period of time to accumulate enough data for effective analysis.
🔧 **Requires additional configuration**: You need to configure the MCP Server connection in the AI client, which has a certain threshold for beginners.
💻 **Client compatibility**: The functional experience is affected by the support level of the selected AI client for the MCP protocol.

How to use

Prepare data
Ensure that you have successfully deployed and run the main TrendRadar project, and news data has been accumulated in the `output` directory. The project comes with test data from November 1st to 15th, 2025, which can be used for a quick experience.
Select and configure the client
According to your preference, select an AI client that supports MCP (Cherry Studio is recommended as it has a graphical configuration interface). Add the TrendRadar MCP Server to the configuration according to the client's documentation. Usually, you need to specify the server type (stdio or http) and the project path.
Start and verify
Save the configuration and restart your AI client. In the client's tool list or chat interface, you should see a toolset named 'trendradar'. You can try a simple query to verify if the connection is successful.
Start conversational analysis
After the configuration is successful, you can use natural language to put forward various analysis requirements as if you were having a conversation with an assistant. The system will automatically call the corresponding tools to process your request.

Usage examples

Case 1: Tracking industry dynamics (Investors)
As an investor who pays attention to the technology industry, you want to understand the recent public opinion attention and change trend in the field of 'Artificial Intelligence chips'.
Case 2: Finding creative materials (Self - media people)
You plan to write an article about 'Urban cycling' and need to collect recent relevant hot news and netizens' discussion perspectives.
Case 3: Daily briefing generation (Managers)
You need to quickly understand the key news related to your company's business that happened the previous day every morning.
Case 4: In - depth public opinion analysis (PR personnel)
Your company recently launched a new product and needs to comprehensively evaluate its public opinion response and sentiment tendency on various media platforms.

Frequently Asked Questions

Can the MCP Server query real - time news?
Should I choose the STDIO mode or the HTTP mode?
Why does the AI reply that there is no data or the tool call fails after I ask a question?
Which AI clients are supported?
What is the difference between this function and the push notification of TrendRadar itself?

Related resources

TrendRadar main project repository
Get the complete code, deployment guide, and update log of the TrendRadar hotspot tracking project. The MCP Server is part of this project.
Graphic deployment tutorial for Cherry Studio
Reply 'mcp' in the official account 'Silicon - based Tea Break' to get it. It provides the most detailed and intuitive configuration steps for the Cherry Studio client.
README - Cherry - Studio.md
The dedicated configuration documentation for Cherry Studio in the project, including detailed instructions for both STDIO and HTTP modes.
README - MCP - FAQ.md
The MCP conversation skills and advanced usage guide in the project, teaching you how to more effectively collaborate with the AI to analyze data.
Model Context Protocol official website
Understand the official introduction, technical specifications, and latest developments of the MCP protocol.

Installation

Copy the following command to your Client for configuration
{
  "mcpServers": {
    "trendradar": {
      "url": "http://127.0.0.1:3333/mcp",
      "type": "streamableHttp"
    }
  }
}

{
  "mcpServers": {
    "trendradar": {
      "command": "uv",
      "args": [
        "--directory",
        "/path/to/TrendRadar",
        "run",
        "python",
        "-m",
        "mcp_server.server"
      ],
      "env": {},
      "disabled": false,
      "alwaysAllow": []
    }
  }
}

{
     "mcpServers": {
       "trendradar": {
         "url": "http://localhost:3333/mcp",
         "description": "TrendRadar 新闻热点聚合分析"
       }
     }
   }

{
  "mcpServers": {
    "trendradar": {
      "command": "uv",
      "args": [
        "--directory",
        "/path/to/TrendRadar",
        "run",
        "python",
        "-m",
        "mcp_server.server"
      ]
    }
  }
}
Note: Your key is sensitive information, do not share it with anyone.

Alternatives

N
Next Devtools MCP
The Next.js development tools MCP server provides Next.js development tools and utilities for AI programming assistants such as Claude and Cursor, including runtime diagnostics, development automation, and document access functions.
TypeScript
7.8K
5 points
P
Praisonai
PraisonAI is a production-ready multi-AI agent framework with self-reflection capabilities, designed to create AI agents to automate the solution of various problems from simple tasks to complex challenges. It simplifies the construction and management of multi-agent LLM systems by integrating PraisonAI agents, AG2, and CrewAI into a low-code solution, emphasizing simplicity, customization, and effective human-machine collaboration.
Python
6.8K
5 points
M
Maverick MCP
MaverickMCP is a personal stock analysis server based on FastMCP 2.0, providing professional level financial data analysis, technical indicator calculation, and investment portfolio optimization tools for MCP clients such as Claude Desktop. It comes pre-set with 520 S&P 500 stock data, supports multiple technical analysis strategies and parallel processing, and can run locally without complex authentication.
Python
9.8K
4 points
B
Blueprint MCP
Blueprint MCP is a chart generation tool based on the Arcade ecosystem. It uses technologies such as Nano Banana Pro to automatically generate visual charts such as architecture diagrams and flowcharts by analyzing codebases and system architectures, helping developers understand complex systems.
Python
9.7K
4 points
K
Klavis
Klavis AI is an open-source project that provides a simple and easy-to-use MCP (Model Context Protocol) service on Slack, Discord, and Web platforms. It includes various functions such as report generation, YouTube tools, and document conversion, supporting non-technical users and developers to use AI workflows.
TypeScript
16.0K
5 points
D
Devtools Debugger MCP
The Node.js Debugger MCP server provides complete debugging capabilities based on the Chrome DevTools protocol, including breakpoint setting, stepping execution, variable inspection, and expression evaluation.
TypeScript
10.5K
4 points
S
Scrapling
Scrapling is an adaptive web scraping library that can automatically learn website changes and re - locate elements. It supports multiple scraping methods and AI integration, providing high - performance parsing and a developer - friendly experience.
Python
11.6K
5 points
M
Mcpjungle
MCPJungle is a self-hosted MCP gateway used to centrally manage and proxy multiple MCP servers, providing a unified tool access interface for AI agents.
Go
0
4.5 points
N
Notion Api MCP
Certified
A Python-based MCP Server that provides advanced to-do list management and content organization functions through the Notion API, enabling seamless integration between AI models and Notion.
Python
18.4K
4.5 points
M
Markdownify MCP
Markdownify is a multi-functional file conversion service that supports converting multiple formats such as PDFs, images, audio, and web page content into Markdown format.
TypeScript
30.4K
5 points
D
Duckduckgo MCP Server
Certified
The DuckDuckGo Search MCP Server provides web search and content scraping services for LLMs such as Claude.
Python
60.7K
4.3 points
G
Gitlab MCP Server
Certified
The GitLab MCP server is a project based on the Model Context Protocol that provides a comprehensive toolset for interacting with GitLab accounts, including code review, merge request management, CI/CD configuration, and other functions.
TypeScript
21.9K
4.3 points
F
Figma Context MCP
Framelink Figma MCP Server is a server that provides access to Figma design data for AI programming tools (such as Cursor). By simplifying the Figma API response, it helps AI more accurately achieve one - click conversion from design to code.
TypeScript
56.9K
4.5 points
U
Unity
Certified
UnityMCP is a Unity editor plugin that implements the Model Context Protocol (MCP), providing seamless integration between Unity and AI assistants, including real - time state monitoring, remote command execution, and log functions.
C#
28.1K
5 points
M
Minimax MCP Server
The MiniMax Model Context Protocol (MCP) is an official server that supports interaction with powerful text-to-speech, video/image generation APIs, and is suitable for various client tools such as Claude Desktop and Cursor.
Python
41.3K
4.8 points
C
Context7
Context7 MCP is a service that provides real-time, version-specific documentation and code examples for AI programming assistants. It is directly integrated into prompts through the Model Context Protocol to solve the problem of LLMs using outdated information.
TypeScript
84.3K
4.7 points
AIBase
Zhiqi Future, Your AI Solution Think Tank
© 2026AIBase