Overview
Trends Hub is a one-stop aggregation service for trending topics across the internet, based on the Model Context Protocol (MCP).
To use Trends Hub, you can run the command npx -y mcp-trends-hub@latest in your terminal to access the service.
- Aggregates trending topics from various platforms like 36Kr, Bilibili, Douban, and more. - Provides real-time updates on hot trends and news. - Easy integration with a simple command line interface.
- Monitoring trending news and topics across multiple platforms.
- Analyzing popular content for marketing and research purposes.
- Keeping up with the latest trends in various industries.
Add to your AI client
Use these steps to connect Trends Hub in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"mcp-trends-hub-baranwang": {
"command": "npx",
"args": [
"-y",
"mcp-trends-hub@latest"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"mcp-trends-hub-baranwang": {
"command": "npx",
"args": [
"-y",
"mcp-trends-hub@latest"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"mcp-trends-hub-baranwang": {
"command": "npx",
"args": [
"-y",
"mcp-trends-hub@latest"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"mcp-trends-hub-baranwang": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-trends-hub@latest"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-trends-hub-baranwang": {
"command": "npx",
"args": [
"-y",
"mcp-trends-hub@latest"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"mcp-trends-hub-baranwang": {
"command": "npx",
"args": [
"-y",
"mcp-trends-hub@latest"
]
}
}
}FAQ
What platforms does Trends Hub aggregate data from?
Trends Hub aggregates data from platforms like 36Kr, Bilibili, Douban, Douyin, Weibo, and more.
Is Trends Hub free to use?
Yes! Trends Hub is free to use for everyone.
How can I contribute to Trends Hub?
You can submit pull requests or issues on the GitHub repository to contribute new tools or features.