Skip to content
Cursor

mcp hackernews for Cursor

io.github.yintokey/mcp_hackernews

MCP server exposing a simple Hacker News search tool (top stories).

client:Cursor transport:stdio runtime:pypi

Install mcp hackernews in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "mcp_hackernews": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-hackernews"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp hackernews in other clients