Skip to main content
Search & Data ExtractionPython

the0807/GeekNews-MCP-Server

An MCP Server that retrieves and processes news data from the GeekNews site.

search-data-extractioncloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/the0807/GeekNews-MCP-Server

Claude Desktop configuration example:

{
  "mcpServers": {
    "geeknews-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "the0807/GeekNews-MCP-Server"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Search & Data Extraction
Language
Python
Author
the0807