← Back to registry
News
MCP server for News — live data from https://news.ycombinator.com/jobs
Last updated: Never
https://news.ycombinator.com/jobsInstall in Claude Desktop
- 1.Open your Claude Desktop config file:
~/Library/Application Support/Claude/claude_desktop_config.json - 2.Paste the snippet below into the
mcpServersobject. - 3.Restart Claude Desktop. Done.
{
"mcpServers": {
"news-ycombinator-com-jobs": {
"url": "http://localhost:3000/api/mcp/news-ycombinator-com-jobs"
}
}
}0 installs
Type: crawled
Created: 2026-05-10
Data Schema
{
"type": "object",
"properties": {
"url": {
"type": "string"
},
"title": {
"type": "string"
},
"content": {
"type": "string"
}
}
}