the0807/GeekNews-MCP-Server
An MCP Server that retrieves and processes news data from the GeekNews site.
Quick Start
Clone the repository:
git clone https://github.com/the0807/GeekNews-MCP-ServerClaude 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.