newsmcp for Cursor
io.github.pranciskus/newsmcp
Real-time world news for AI agents. 50+ regions, topic filtering. Free, no API key.
client:Cursor
transport:stdio
runtime:npm
Install newsmcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"newsmcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@newsmcp/server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs