Odel
newsmcp

newsmcp

Local
@pranciskus42TypeScriptMITUpdated 6mo ago

Real-time world news for AI agents. 50+ regions, topic filtering. Free, no API key.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@newsmcp/serverv1.1.1

Run

npx -y @newsmcp/server

MCP client config

{
  "mcpServers": {
    "newsmcp": {
      "command": "npx",
      "args": [
        "-y",
        "@newsmcp/server"
      ]
    }
  }
}