MCP Server for HackerNews using Algolia HackerNews API
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"hn-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Connect your AI assistant to HackerNews! This Model Context Protocol server gives Claude, GitHub Copilot, and other AI assistants the ability to search HN, read discussions, and explore user profiles.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in search
Web and local search using Brave Search API
Production ready MCP server with real-time search, extract, map & crawl.
mini cli search engine for your docs, knowledge bases, meeting notes, whatever. Tracking current sota approaches while being all local
MCP server for Firecrawl — search, scrape, and interact with the web. Supports both cloud and self-hosted instances. Features include web search, scraping, page interaction, batch processing, and LLM-powered content analysis.
MCP Security Weekly
Get CVE alerts and security updates for Hn Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Connect your AI assistant to HackerNews! This Model Context Protocol server gives Claude, GitHub Copilot, and other AI assistants the ability to search HN, read discussions, and explore user profiles.
Add the following MCP server configuration to your client's MCP settings:
{
"hn-mcp-server": {
"type": "stdio",
"command": "npx",
"args": ["-y", "hn-mcp-server"]
}
}
Once configured, you can ask your AI assistant natural language questions like:
The AI will automatically use the appropriate HackerNews tools to answer your questions.
Search HackerNews by keyword with filters for content type, points, and date range.
Example prompts:
Get the current HackerNews front page posts.
Example prompts:
Get the most recent posts sorted by date.
Example prompts:
Retrieve complete item details with nested comments.
Example prompts:
View user profile information.
Example prompts:
Contributions are welcome! Please see CONTRIBUTING.md for details.