AI & ML
Trust: 37/100 (Limited)io.github.pranciskus/newsmcp Guide
Real-time world news for AI agents. 50+ regions, topic filtering. Free, no API key.
2 starsby pranciskus
Quick Start
Install
npx @newsmcp/serverClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-pranciskus-newsmcp": {
"command": "npx",
"args": [
"@newsmcp/server"
]
}
}
}