News Server for Cline
io.github.rubtuc/news-server
获取今日新闻,支持按分类筛选(科技、商业、科学)
client:Cline
transport:stdio
runtime:npm
Install News Server in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"news-server": {
"command": "npx",
"args": [
"-y",
"@rubtuc/news-server"
]
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs