GeekNews MCP ServerServer

the0807
GitHub
Web ScrapingNews AggregatorPython

Loading subscription status...

💡 Description

This project is a Model Context Protocol (MCP) server that fetches articles from GeekNews. It is implemented in Python and utilizes BeautifulSoup for web scraping.

📝 JSON Entries

{
  "mcpServers": [
    {
      "geeknews-mcp-server": {
        "args": [
          "-y",
          "@smithery/cli@latest",
          "run",
          "@the0807/geeknews-mcp-server",
          "--key",
          "smithery에서 발급 받은 키"
        ],
        "command": "npx"
      }
    }
  ]
}

🛠️ Tools

get_articlesget_weekly_news

Features

  • get_articles tool: fetch articles from GeekNews with specified type and count.
  • get_weekly_news tool: retrieve weekly news from GeekNews.