Skip to content
Claude Desktop

hn developer sentiment mcp for Claude Desktop

io.github.digitalgremlin/hn-developer-sentiment-mcp

Deterministic Hacker News developer sentiment, themes & feature requests via MCP. No API key.

client:Claude Desktop transport:streamable-http

Install hn developer sentiment mcp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "hn-developer-sentiment-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://joeslade--hn-developer-sentiment-mcp.apify.actor/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

hn developer sentiment mcp in other clients