MCP Hacker News Server
A minimal MCP server that exposes a tool to search top Hacker News stories.
mcp-name: io.github.YinTokey/mcp_hackernews
by YinTokey · Python
MCP server exposing a simple Hacker News search tool (top stories).
Search and retrieve top stories from Hacker News.
A minimal MCP server that exposes a tool to search top Hacker News stories.
mcp-name: io.github.YinTokey/mcp_hackernews
claude_desktop_config.json
{
"mcpServers": {
"mcp_hackernews": {
"command": "uvx",
"args": [
"mcp-hackernews"
]
}
}
}