MCP.so
Sign In
Servers

MCP News Server

@devjiel

mcp server of a realtime news api

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "news": {
      "command": "node",
      "args": [
        "dist/index.js"
      ],
      "env": {
        "NEWS_API_KEY": ""
      }
    }
  }
}

More from Other