Hacker News MCP by UnClick for Cursor
io.github.malamutemayhem/hackernews
Search and read Hacker News stories, comments, users, Ask HN and Show HN. No API key. By UnClick.
client:Cursor
transport:stdio
runtime:npm
Install Hacker News MCP by UnClick in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"hackernews": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@unclick/hackernews-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs