News Server for Cursor
io.github.rubtuc/news-server
获取今日新闻,支持按分类筛选(科技、商业、科学)
client:Cursor
transport:stdio
runtime:npm
Install News Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"news-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@rubtuc/news-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs