Skip to content
Cursor

hn reddit mcp for Cursor

io.github.mrfentmen/hn-reddit-mcp

Hacker News top stories and Reddit top posts by subreddit. No key required.

client:Cursor transport:stdio runtime:npm

Install hn reddit mcp in Cursor

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

{
  "mcpServers": {
    "hn-reddit-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "hn-reddit-mcp"
      ]
    }
  }
}

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

hn reddit mcp in other clients