★ 1 stars
TypeScript
📁 File System
Updated today
MCP server for Hacker News. Feeds, threaded discussions, user profiles, and full-text search via the HN Firebase and Algolia APIs. Runs over stdio or HTTP.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"hn-mcp-server": {
"command": "npx",
"args": [
"-y",
"cyanheads/hn-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add hn-mcp-server npx -y cyanheads/hn-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"hn-mcp-server": {
"command": "npx",
"args": [
"-y",
"cyanheads/hn-mcp-server"
]
}
}
}
📋 Copy
Topics
hacker-news hackernews hn mcp mcp-server model-context-protocol typescript