Skip to content
VS Code

hn reddit mcp for VS Code

io.github.mrfentmen/hn-reddit-mcp

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

client:VS Code transport:stdio runtime:npm

Install hn reddit mcp in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

hn reddit mcp in other clients