Skip to main content
Glama

tech-watch-mcp

A Model Context Protocol (MCP) server that gives Claude real-time access to tech news, trending repositories, research papers, and developer community content.

Tools

Tool

Description

get_trending_topics

Top stories from Hacker News

get_github_trending

Trending repositories on GitHub (filterable by language)

get_papers

Recent papers from ArXiv by keyword

get_community_buzz

Top articles from dev.to by tag

get_daily_brief

Combined daily brief from all sources

deep_dive

Extract full text from any article URL

compare_sources

Compare how a topic is covered across all sources

Related MCP server: Hacker News MCP Server

Example prompts in Claude

Donne-moi le brief tech du jour sur l'IA
Quels sont les repos GitHub trending en Python cette semaine ?
Fais un deep dive sur cet article : <url>
Compare comment le sujet "rust" est couvert sur HN, GitHub et ArXiv

Setup

1. Clone & create virtual environment

git clone https://github.com/LePhyX/tech-watch-mcp
cd tech-watch-mcp
python3 -m venv .venv
source .venv/bin/activate

2. Install dependencies

pip install -r requirements.txt

3. Connect to Claude Code

claude mcp add tech-watch -- /path/to/tech-watch-mcp/.venv/bin/python /path/to/tech-watch-mcp/server.py

Sources

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    -
    quality
    D
    maintenance
    A comprehensive Model Context Protocol (MCP) server implementing the latest MCP specification with tools, resources, prompts, and enhanced sampling capabilities that features HackerNews and GitHub API integrations for AI-powered analysis.
    Last updated
    330
  • A
    license
    D
    quality
    D
    maintenance
    An MCP server that enables AI assistants to access real-time Hacker News data including top stories, story details, comments, and search functionality.
    Last updated
    1
    152
    3
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    This MCP server enables users to search for scientific papers on arXiv and retrieve detailed metadata for specific papers. It provides tools to perform search queries and fetch in-depth information using paper IDs.
    Last updated
    3
    Apache 2.0

View all related MCP servers

Related MCP Connectors

  • An MCP server that gives your AI access to the source code and docs of all public github repos

  • Driflyte MCP server which lets AI assistants query topic-specific knowledge from web and GitHub.

  • A MCP server built for developers enabling Git based project management with project and personal…

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/LePhyX/tech-watch-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server