MCP Hub
Back to servers

Fetch News

A tool that scrapes and summarizes news articles from web sources using BeautifulSoup for parsing and OpenAI for structured report generation.

Stars
1
Updated
Nov 30, 2025
{
  "mcpServers": {
    "fetch-news": {
      "command": "uvx",
      "args": [
        "--from",
        "git+https://github.com/PuWenyin/fetch-news-mcp.git",
        "fetch-news" 
      ],
      "env": {
        "OPENAI_API_KEY": "sk-xxxxxxxxx"
      }
    }
  }
}

Reviews

No reviews yet

Sign in to write a review