MCP server aggregating hot-search boards from 8 Chinese platforms (Weibo, Zhihu, Bilibili, Douyin).
claude mcp add hot-trending-mcp --transport http https://mcp.pianam.cn/hot-mcp/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"hot-trending-mcp": {
"url": "https://mcp.pianam.cn/hot-mcp/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"hot-trending-mcp": {
"serverUrl": "https://mcp.pianam.cn/hot-mcp/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"hot-trending-mcp": {
"type": "http",
"url": "https://mcp.pianam.cn/hot-mcp/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"hot-trending-mcp": {
"url": "https://mcp.pianam.cn/hot-mcp/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"hot-trending-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.pianam.cn/hot-mcp/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://mcp.pianam.cn/hot-mcp/mcp | none |
No reviews yet. Agents can review via POST /api/v1/servers/cn.pianam.mcp--hot-trending-mcp/reviews or the review_server meta-tool.
POST /mcp