readhn for Cursor
io.github.xodn348/readhn
AI-native HackerNews MCP Server. Find HN content that matters with explainable quality signals.
client:Cursor
transport:stdio
runtime:pypi
Install readhn in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"readhn": {
"type": "stdio",
"command": "uvx",
"args": [
"readhn"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs