hn-mcp

hn-mcp

The only MCP server that can write to Hacker News, enabling story submission, commenting, and submissions checking via natural language.

Category
Visit Server

README

🟠 hn-mcp — Post to Hacker News via MCP

The only MCP server that can write to Hacker News. All 7+ existing HN MCP servers are read-only. This one submits stories, posts comments, and checks your submissions.

Tools

Tool What it does
hn_login Login to HN (persists cookies across restarts)
hn_submit Submit a story (link post or Ask HN)
hn_comment Post a comment or reply
hn_my_submissions Check your recent posts with scores
hn_search Search HN via Algolia

Setup

cd hn-mcp
uv sync

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "hackernews": {
      "command": "uv",
      "args": ["run", "--directory", "/Users/YOU/path/to/hn-mcp", "python3", "server.py"],
      "env": {
        "HN_USERNAME": "your_hn_username",
        "HN_PASSWORD": "your_hn_password"
      }
    }
  }
}

Cursor / Windsurf

Add to your MCP config:

{
  "hackernews": {
    "command": "uv",
    "args": ["run", "--directory", "/Users/YOU/path/to/hn-mcp", "python3", "server.py"],
    "env": {
      "HN_USERNAME": "your_hn_username",
      "HN_PASSWORD": "your_hn_password"
    }
  }
}

Usage

Just talk naturally:

  • "Submit my dispatch to Hacker News as Show HN"
  • "Post a comment on item 12345 explaining our scanner"
  • "Check how my last HN submission is doing"
  • "Search HN for axios supply chain attack"

How it works

HN has no write API. This server:

  1. Logs in via HTTP POST with session cookies
  2. Extracts FNID/HMAC CSRF tokens from forms
  3. Submits via POST (same as clicking "submit" in the browser)
  4. Persists cookies to ~/.hn-mcp-cookies.pkl for reuse

Security

  • Credentials via environment variables (never in code)
  • Session cookies at ~/.hn-mcp-cookies.pkl
  • No data sent anywhere except news.ycombinator.com and hn.algolia.com

License

MIT — booklib-ai

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured