
Product
Socket Firewall Now Blocks Malicious VS Code and Open VSX Extensions
Socket Firewall blocks malicious VS Code and Open VSX extensions before install, protecting developers from compromised editor marketplaces.
@fritzprix/hn-mcp
Advanced tools
A high-quality Model Context Protocol (MCP) server for Hacker News, enabling LLMs to explore stories, items, and user profiles.
limit/offset) on all list-based tools.hn_get_top_stories: Get top stories (paginated).hn_get_new_stories: Get new stories (paginated).hn_get_best_stories: Get best stories (paginated).hn_get_ask_stories: Get Ask HN stories (paginated).hn_get_show_stories: Get Show HN stories (paginated).hn_get_job_stories: Get Job stories (paginated).hn_get_item: Get detailed info for a specific item ID.hn_get_user: Get user profile details by username.hn_get_updates: Get IDs of recently updated items and profiles.hn_get_max_item: Get the latest item ID on Hacker News.You can run the server directly using npx:
npx @fritzprix/hn-mcp
npm install -g @fritzprix/hn-mcp
npm install
Build the project using TypeScript:
npm run build
Start the server via stdio:
npm start
For development with auto-reload:
npm run dev
To use this server with Claude Desktop, add the following to your claude_desktop_config.json (usually located at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS or %APPDATA%\Claude\claude_desktop_config.json on Windows):
{
"mcpServers": {
"hackernews": {
"command": "node",
"args": [
"/home/fritzprix/my_works/hn-mcp/dist/index.js"
],
"env": {}
}
}
}
[!NOTE] Make sure to provide the absolute path to
dist/index.js.
MIT
FAQs
A Hacker News MCP server for LLMs.
The npm package @fritzprix/hn-mcp receives a total of 9 weekly downloads. As such, @fritzprix/hn-mcp popularity was classified as not popular.
We found that @fritzprix/hn-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket Firewall blocks malicious VS Code and Open VSX extensions before install, protecting developers from compromised editor marketplaces.

Research
More than 140 Mastra npm packages were compromised in a supply chain attack that used a typosquatted dependency to deliver a cross-platform infostealer during installation.

Research
/Security News
A new npm package tests AI malware scanners with prompt injection, safety-triggering comments, context flooding, and obfuscated JavaScript.