Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿ”Ž Search & Data Extraction
  3. GeekNews MCP Server
GeekNews MCP Server logo
Health: ActiveRecent health check succeeded.Last checked 9/11/2026, 8:03:48 PM

GeekNews MCP Server

User RatingsBe the first to rate and review this MCP server!
View Repository18 GitHub StarsTotal stargazers on GitHub for the source repository (18 stars).Visit Website

MCP server that scrapes and caches news articles and weekly summaries from GeekNews site.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "the0807-geeknews-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli@latest",
        "run",
        "@the0807/geeknews-mcp-server",
        "--key",
        "smithery์—์„œ ๋ฐœ๊ธ‰ ๋ฐ›์€ ํ‚ค"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives๐Ÿ”Ž More in Search & Data Extraction

Overview

This MCP server retrieves news articles and weekly news summaries from the GeekNews website by scraping its HTML using Python and BeautifulSoup. It caches parsed data once daily to reduce server load and avoid repeated requests. Use this server when you need structured access to GeekNews content with metadata like titles, URLs, authors, points, and rankings. Note that changes in the GeekNews site structure may require parser updates.

Use cases

โ€ขFetch top, new, ask, or show articles from GeekNews with metadata
โ€ขRetrieve the latest or specific weekly news summaries with item details
โ€ขAccess cached news data to minimize repeated web scraping
โ€ขIntegrate GeekNews content into AI agents or applications via MCP

Key features

โ€ขScrapes articles by type with title, URL, points, author, time, comments, rank
โ€ขRetrieves weekly news summaries with titles, IDs, content, URLs, and item lists
โ€ขCaches parsed data daily with automatic 24-hour refresh to reduce load
โ€ขUses BeautifulSoup for HTML parsing and Python for server implementation
โ€ขProvides MCP tools: get_articles and get_weekly_news for data access

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by GeekNews MCP Server.

Extracted Tool Capabilities
Scrapes articles by type with title, URL, points, author, time, comments, rank
Retrieves weekly news summaries with titles, IDs, content, URLs, and item lists
Caches parsed data daily with automatic 24-hour refresh to reduce load
Uses BeautifulSoup for HTML parsing and Python for server implementation
Provides MCP tools: get_articles and get_weekly_news for data access

Documentation Overview

GeekNews MCP Server

smithery badge

์ด ํ”„๋กœ์ ํŠธ๋Š” GeekNews์—์„œ ์•„ํ‹ฐํด์„ ๊ฐ€์ ธ์˜ค๋Š” Model Context Protocol(MCP) ์„œ๋ฒ„์ž…๋‹ˆ๋‹ค. Python์œผ๋กœ ๊ตฌํ˜„๋˜์—ˆ์œผ๋ฉฐ, BeautifulSoup์„ ์‚ฌ์šฉํ•˜์—ฌ ์›น ์Šคํฌ๋ž˜ํ•‘์„ ์ˆ˜ํ–‰ํ•ฉ๋‹ˆ๋‹ค. ์„œ๋ฒ„ ๋ถ€ํ•˜๋ฅผ ์ค„์ด๊ธฐ ์œ„ํ•ด ํ•˜๋ฃจ์— ํ•œ ๋ฒˆ ์ž๋™์œผ๋กœ ๋ฐ์ดํ„ฐ๋ฅผ ํŒŒ์‹ฑํ•˜๊ณ  ์บ์‹œ์— ์ €์žฅํ•˜๋Š” ๊ธฐ๋Šฅ์„ ์ œ๊ณตํ•ฉ๋‹ˆ๋‹ค.

๊ธฐ๋Šฅ

tool1tool2
exampleexample

๋„๊ตฌ (Tools)

  • get_articles ๋„๊ตฌ: GeekNews์—์„œ ์•„ํ‹ฐํด์„ ๊ฐ€์ ธ์˜ค๋Š” ๊ธฐ๋Šฅ

    • ์•„ํ‹ฐํด ์œ ํ˜•(top, new, ask, show)๊ณผ ๋ฐ˜ํ™˜ํ•  ์•„ํ‹ฐํด ์ˆ˜๋ฅผ ์ง€์ •ํ•  ์ˆ˜ ์žˆ์Œ
    • ๊ฐ ์‘๋‹ต์—๋Š” ์ œ๋ชฉ, URL, ํฌ์ธํŠธ, ์ž‘์„ฑ์ž, ์‹œ๊ฐ„, ๋Œ“๊ธ€ ์ˆ˜, ์ˆœ์œ„ ์ •๋ณด๊ฐ€ ํฌํ•จ๋จ
    • ์บ์‹œ๋œ ๋ฐ์ดํ„ฐ๋ฅผ ์‚ฌ์šฉํ•˜์—ฌ ์„œ๋ฒ„ ๋ถ€ํ•˜ ๊ฐ์†Œ
  • get_weekly_news ๋„๊ตฌ: GeekNews์—์„œ ์ฃผ๊ฐ„ ๋‰ด์Šค๋ฅผ ๊ฐ€์ ธ์˜ค๋Š” ๊ธฐ๋Šฅ

    • ํŠน์ • ์ฃผ๊ฐ„ ๋‰ด์Šค ID๋ฅผ ์ง€์ •ํ•˜๊ฑฐ๋‚˜ ๊ฐ€์žฅ ์ตœ๊ทผ ์ฃผ๊ฐ„ ๋‰ด์Šค๋ฅผ ๊ฐ€์ ธ์˜ฌ ์ˆ˜ ์žˆ์Œ
    • ์ฃผ๊ฐ„ ๋‰ด์Šค์˜ ์ œ๋ชฉ, ๋ฒˆํ˜ธ, ID, ๋‚ด์šฉ, URL, ์•„์ดํ…œ ๋ชฉ๋ก ๋“ฑ์˜ ์ •๋ณด๋ฅผ ์ œ๊ณต
    • ๊ฐ ์•„์ดํ…œ์—๋Š” ์ œ๋ชฉ, URL, ์ˆœ์œ„ ์ •๋ณด๊ฐ€ ํฌํ•จ๋จ
    • ์บ์‹œ๋œ ๋ฐ์ดํ„ฐ๋ฅผ ์‚ฌ์šฉํ•˜์—ฌ ์„œ๋ฒ„ ๋ถ€ํ•˜ ๊ฐ์†Œ

์บ์‹œ ๊ธฐ๋Šฅ

  • ํ•˜๋ฃจ์— ํ•œ ๋ฒˆ ์ž๋™์œผ๋กœ ๋ฐ์ดํ„ฐ๋ฅผ ํŒŒ์‹ฑํ•˜๊ณ  ์บ์‹œ์— ์ €์žฅ
  • ์บ์‹œ๋œ ๋ฐ์ดํ„ฐ๊ฐ€ ์œ ํšจํ•œ ๊ฒฝ์šฐ GeekNews ์„œ๋ฒ„์— ์š”์ฒญํ•˜์ง€ ์•Š๊ณ  ์บ์‹œ๋œ ๋ฐ์ดํ„ฐ ์‚ฌ์šฉ
  • ์บ์‹œ ๋ฐ์ดํ„ฐ๋Š” 24์‹œ๊ฐ„ ๋™์•ˆ ์œ ํšจํ•˜๋ฉฐ, ์ดํ›„ ์ž๋™์œผ๋กœ ๊ฐฑ์‹ 
  • ์Šค์ผ€์ค„๋Ÿฌ๊ฐ€ ์ฃผ๊ธฐ์ ์œผ๋กœ ์บ์‹œ ์œ ํšจ์„ฑ์„ ๊ฒ€์‚ฌํ•˜๊ณ  ํ•„์š”์‹œ ๊ฐฑ์‹ 

์‚ฌ์šฉ๋ฒ•

  • Smithery๋ฅผ ์ด์šฉํ•œ ์„ค์น˜

    ๐Ÿš€ geeknews-mcp-server

  • MCP ์„ค์ • ํŒŒ์ผ์— ์„œ๋ฒ„ ์ •๋ณด๋ฅผ ์ถ”๊ฐ€

    config.json
    {
    "mcpServers": {
       "geeknews-mcp-server": {
          "command": "npx",
          "args": [
          "-y",
          "@smithery/cli@latest",
          "run",
          "@the0807/geeknews-mcp-server",
          "--key",
          "smithery์—์„œ ๋ฐœ๊ธ‰ ๋ฐ›์€ ํ‚ค"
          ]
       }
    }
    }
    

๋กœ์ปฌ ์„ค์น˜ ๋ฐฉ๋ฒ•

  1. Git Clone

    bash
    git clone https://github.com/the0807/GeekNews-MCP-Server
    cd GeekNews-MCP-Server
    
  2. uv๋กœ ํ™˜๊ฒฝ ์„ธํŒ…

    bash
    uv sync
    
  3. ๊ฐ€์ƒํ™˜๊ฒฝ ์‹คํ–‰

    bash
    uv venv
    source .venv/bin/activate
    
  4. MCP Inspector๋กœ ์„œ๋ฒ„ ํ…Œ์ŠคํŠธ

    bash
    uv run mcp
    mcp dev main.py
    
    # ํ„ฐ๋ฏธ๋„์— ๋‚˜์˜ค๋Š” URL(MCP Inspector)๋กœ ์ ‘์†ํ•˜์—ฌ ์„œ๋ฒ„ ํ…Œ์ŠคํŠธ
    

์ฝ”๋“œ ๊ตฌ์กฐ

  • src/models.py: ์•„ํ‹ฐํด ์ •๋ณด๋ฅผ ์ €์žฅํ•˜๋Š” ๋ฐ์ดํ„ฐ ํด๋ž˜์Šค ์ •์˜
  • src/parser.py: GeekNews ์›น์‚ฌ์ดํŠธ์˜ HTML์„ ํŒŒ์‹ฑํ•˜์—ฌ ์•„ํ‹ฐํด ์ •๋ณด๋ฅผ ์ถ”์ถœ
  • src/client.py: GeekNews ์›น์‚ฌ์ดํŠธ์—์„œ ๋ฐ์ดํ„ฐ๋ฅผ ๊ฐ€์ ธ์˜ค๋Š” HTTP ํด๋ผ์ด์–ธํŠธ
  • src/config.py: ์„ค์ •๊ณผ ์ƒ์ˆ˜ ์ •์˜
  • src/cache.py: ์บ์‹œ ๊ด€๋ฆฌ ๊ธฐ๋Šฅ ์ œ๊ณต
  • src/scheduler.py: ์ฃผ๊ธฐ์ ์ธ ๋ฐ์ดํ„ฐ ๊ฐฑ์‹  ์Šค์ผ€์ค„๋Ÿฌ
  • src/server.py: MCP ์„œ๋ฒ„ ๊ตฌํ˜„
  • main.py: ์„œ๋ฒ„ ์‹คํ–‰ ์ง„์ž…์ 

[!Note]

  • ์ด ์„œ๋ฒ„๋Š” GeekNews ์›น์‚ฌ์ดํŠธ์˜ HTML ๊ตฌ์กฐ์— ์˜์กดํ•ฉ๋‹ˆ๋‹ค. ์›น์‚ฌ์ดํŠธ ๊ตฌ์กฐ๊ฐ€ ๋ณ€๊ฒฝ๋˜๋ฉด ํŒŒ์‹ฑ ๋กœ์ง์„ ์—…๋ฐ์ดํŠธํ•ด์•ผ ํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.
  • ์บ์‹œ ๋ฐ์ดํ„ฐ๋Š” ์‚ฌ์šฉ์ž์˜ ํ™ˆ ๋””๋ ‰ํ† ๋ฆฌ ์•„๋ž˜ .cache/geeknews-mcp ํด๋”์— ์ €์žฅ๋ฉ๋‹ˆ๋‹ค.

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Search & Data Extraction View all alternatives
  • Firecrawl MCP Server logoFirecrawl MCP Server
    Verified

    Official Firecrawl server to search the web and scrape, crawl, map, and extract structured data from any site for LLMs. Handles JS-rendered pages, PDFs, and batch jobs; hosted remote MCP with OAuth or self-host.

    ๐Ÿ”Ž Search & Data Extraction5 views
    Compare vs Firecrawl MCP Server โ†’
  • Search1api MCP logoSearch1api MCP

    Search via search1api (requires paid API key)

    ๐Ÿ”Ž Search & Data Extraction1 views
    Compare vs Search1api MCP โ†’
  • Open WebSearch logoOpen WebSearch

    Web search using free multi-engine search (NO API KEYS REQUIRED) โ€” Supports Bing, Baidu, DuckDuckGo, Brave, Exa, and CSDN.

    ๐Ÿ”Ž Search & Data Extraction3 views
    Compare vs Open WebSearch โ†’
  • Brightdata MCP logoBrightdata MCP

    Discover, extract, and interact with the web - one interface powering automated access across the public internet.

    ๐Ÿ”Ž Search & Data Extraction3 views
    Compare vs Brightdata MCP โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

GitHub stars
18
Stargazers on the source repository.
Last commit
1y ago
Most recent push to the default branch.
Directory activity
1 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about GeekNews MCP Server

The server automatically parses and caches new data once every 24 hours.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewGeekNews MCP Server AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/the0807-geeknews-mcp-server?style=directory)](https://allmcps.com/mcp/the0807-geeknews-mcp-server)
HTML Embed
<a href="https://allmcps.com/mcp/the0807-geeknews-mcp-server"><img src="https://allmcps.com/api/badge/the0807-geeknews-mcp-server?style=directory" alt="GeekNews MCP Server on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ”ŽSearch & Data Extraction
More technical detailsExpand โ–พ
TransportSTDIO
RuntimeNode.js
Last updatedAug 7, 2026
10/11 checks healthy over the last 33d
Views1
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars18
GitHub Star CountTotal stargazers on GitHub representing community popularity (18 stars).
Last commit1y ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Apr 13, 2025
36Quality signal: Fair ยท 36/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools15/30
Adoption & activity2/15
Community engagement0/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 27d ago via OSV.dev ยท smithery์—์„œ ๋ฐœ๊ธ‰ ๋ฐ›์€ ํ‚ค (npm)

โ˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server โ†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿ”Ž Search & Data Extraction โ†’Best MCP servers for Web Search & Scraping โ†’Alternatives to GeekNews MCP Server โ†’Install in Claude DesktopInstall in CursorInstall in VS Code