Skip to main content
Glama
ccozad

hackernews-mcp

by ccozad

Hacker News MCP

An MCP server that lets an LLM search and read Hacker News, backed by HN's free Algolia search API. Point Claude (or any MCP client) at it and ask things like "search HN for Rust async" or "summarize the top comments on this thread."

Status: the search_hackernews tool is live (M1). A get_hackernews_thread companion tool lands in M3, and full docs in M4.

Development

This project uses uv for package management.

# Install dependencies (including dev tools) into a local .venv
uv sync --extra dev

# Run the test suite
uv run pytest

# Lint, format-check, and type-check
uv run ruff check .
uv run ruff format --check .
uv run pyright

All four checks (ruff check, ruff format --check, pyright, pytest) run in CI on every pull request and push to main, and must pass to merge.

Requires Python 3.11+.

Related MCP server: HackerNews MCP Server

License

MIT

Install Server
A
license - permissive license
A
quality
D
maintenance

Maintenance

Maintainers
<1hResponse 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.

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/ccozad/hackernews-mcp'

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