MCP Hackernews runs on your own machine — the client starts it, so there is no endpoint to ping. 84 installs a week from pypi. Last commit 21 Sep 2025.
MCP server exposing a simple Hacker News search tool (top stories).
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mcp_hackernews -- uvx mcp-hackernews
{
"mcpServers": {
"mcp_hackernews": {
"args": [
"mcp-hackernews"
],
"command": "uvx"
}
}
}
[mcp_servers.mcp_hackernews]
command = "uvx"
args = ["mcp-hackernews"]
{
"mcpServers": {
"mcp_hackernews": {
"args": [
"mcp-hackernews"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"mcp_hackernews": {
"args": [
"mcp-hackernews"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.