← Back to registry

News

MCP server for News — live data from https://news.ycombinator.com

Last updated: Never

https://news.ycombinator.com

Install in Claude Desktop

  1. 1.Open your Claude Desktop config file:~/Library/Application Support/Claude/claude_desktop_config.json
  2. 2.Paste the snippet below into the mcpServers object.
  3. 3.Restart Claude Desktop. Done.
{
  "mcpServers": {
    "news-ycombinator-com": {
      "url": "http://localhost:3000/api/mcp/news-ycombinator-com"
    }
  }
}
0 installs
Type: crawled
Created: 2026-07-24

Data Schema

{
  "type": "object",
  "properties": {
    "url": {
      "type": "string"
    },
    "title": {
      "type": "string"
    },
    "content": {
      "type": "string"
    }
  }
}