@newsmcp/server
v1.1.1
Published
World news for AI agents — MCP server with real-time AI-clustered events, topic classification, geographic filtering. Free, no API key.
Maintainers
Readme
@newsmcp/server
World news for AI agents. Real-time events clustered by AI from hundreds of sources, classified by topic and geography, ranked by importance.
Free. No API key. One command.
npx -y @newsmcp/serverWebsite: newsmcp.io Full docs: github.com/pranciskus/newsmcp
Install
Claude Desktop — add to claude_desktop_config.json:
{
"mcpServers": {
"newsmcp": {
"command": "npx",
"args": ["-y", "@newsmcp/server"]
}
}
}Claude Code: claude mcp add newsmcp -- npx -y @newsmcp/server
Cursor — add to .cursor/mcp.json:
{
"mcpServers": {
"newsmcp": {
"command": "npx",
"args": ["-y", "@newsmcp/server"]
}
}
}Tools
| Tool | Description |
|------|-------------|
| get_news | Top events with topic/geo/time filtering |
| get_news_detail | Full event detail with context and all sources |
| get_topics | Available topic categories |
| get_regions | Available geographic regions (100+) |
REST API
Same data without MCP. Base URL: https://newsmcp.io/v1
curl -s https://newsmcp.io/v1/news/ | jq
curl -s "https://newsmcp.io/v1/news/?topics=technology&geo=europe" | jq
curl -s https://newsmcp.io/v1/news/topics/ | jqLicense
MIT
