GeekNews MCP Server
@the0807
About GeekNews MCP Server
๐ฐ GeekNews MCP Server
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"geeknews-mcp-server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli@latest",
"run",
"@the0807/geeknews-mcp-server",
"--key",
""
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is GeekNews MCP Server?
It is a Model Context Protocol (MCP) server that fetches articles from GeekNews (https://news.hada.io) using Python and BeautifulSoup for web scraping. Designed for developers and AI agents, it provides tools to retrieve articles and weekly news with automatic daily caching to reduce server load.
How to use GeekNews MCP Server?
Install via Smithery using the provided npx command with a Smithery key, or clone the repository and set up locally with uv sync and uv dev. Add the server configuration to your MCP clientโs settings file, then test using MCP Inspector (mcp dev main.py).
Key features of GeekNews MCP Server
- Fetches GeekNews articles and weekly news.
- Supports article types: top, new, ask, show.
- Returns title, URL, points, author, time, comments, rank.
- Provides weekly news with item details and content.
- Automatic caching with 24โhour validity.
- Reduces server load via daily data refresh.
Use cases of GeekNews MCP Server
- Stay updated with top GeekNews articles without manual browsing.
- Fetch weekly news summaries for review or archival.
- Integrate GeekNews data into AI assistants or chatbots via MCP.
- Automate retrieval of specific article types (ask, show) for analysis.
FAQ from GeekNews MCP Server
What data does the server fetch?
It fetches articles and weekly news from GeekNews. Each article includes title, URL, points, author, time, comments, and rank. Weekly news includes title, number, ID, content, URL, and a list of items with rank.
How does caching work?
The server parses data once per day and caches it in ~/.cache/geeknews-mcp. The cache is valid for 24 hours and automatically refreshed by a scheduler.
What are the runtime dependencies?
Python, uv (Python package manager), and BeautifulSoup (for HTML parsing). The server is written in Python.
Are there any limitations?
The server depends on GeekNewsโ HTML structure. If the site changes its layout, the parsing logic may need updating.
More Other MCP servers
Codelf
unbugA search tool helps dev to solve the naming things problem.
Awesome-MCP-ZH
yzflyMCP ่ตๆบ็ฒพ้๏ผ MCPๆๅ๏ผClaude MCP๏ผMCP Servers, MCP Clients
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Nginx UI
0xJackyYet another WebUI for Nginx
Comments