Hacker News MCP Server
ハッカーニュースMCPサーバー
公式Hacker News MCPサーバー - Cursor、Claude、その他LLMクライアントに強力なHacker News統合機能を追加します。モデルコンテキストプロトコル(MCP)を介して、記事、コメント、ユーザープロフィール、検索機能にアクセスできます。
特徴
Algolia の HN 検索 API を使用してストーリーとコメントを検索します
ストーリーをタイプ別に取得する(トップ、新着、ベスト、質問、ショー、求人)
コメント付きの個別のストーリーを入手する
コメントツリーとユーザーディスカッションを取得する
ユーザーのプロフィールと投稿を取得する
Hacker Newsデータへのリアルタイムアクセス
Related MCP server: HackerNews-Search
設定
Claude Desktopで実行中
これをclaude_desktop_config.jsonに追加します:
{
"mcpServers": {
"hackernews": {
"command": "npx",
"args": ["-y", "@devabdultech/hn-mcp-server"]
}
}
}Smithery経由でインストール
Smithery経由で Claude Desktop 用の Hacker News MCP Server を自動的にインストールするには:
npx -y @smithery/cli install @devabdultech/hn-mcp --client claudeツール
searchAlgolia の検索 API を使用して Hacker News の記事やコメントを検索する
入力: *
query(文字列): 検索クエリ *type(オプションの文字列): タイプによるフィルタリング ('story' または 'comment') *page(オプションの数値): ページ区切りのページ番号 *hitsPerPage(オプションの数値): ページあたりの結果数 (最大 100)返されるもの: ストーリーとコメントを含む検索結果
getStories複数のストーリーをタイプ別に取得します(トップ、新着、ベスト、質問、ショー、求人)
入力: *
type(文字列): 取得するストーリーの種類 ('top', 'new', 'best', 'ask', 'show', 'job') *limit(オプションの数値): 取得するストーリーの数 (最大 100)戻り値: ストーリーオブジェクトの配列
getStoryWithCommentsストーリーとコメントスレッドを取得する
入力: *
id(数値): ストーリーID戻り値: ネストされたコメントを含むストーリーの詳細
getCommentTreeストーリーの完全なコメントツリーを取得する
入力: *
storyId(数値): ストーリーのID戻り値: 階層的なコメントツリー構造
getUserユーザーのプロフィール情報を取得する
入力: *
id(文字列): ユーザー名返されるもの: カルマ、作成日、自己紹介テキストを含むユーザープロフィールの詳細
getUserSubmissionsユーザーの投稿(ストーリーやコメント)を取得する
入力: *
id(文字列): ユーザー名戻り値: ユーザーが投稿したストーリーとコメントの配列
貢献
リポジトリをフォークする
機能ブランチを作成する
変更をコミットする
ブランチにプッシュする
新しいプルリクエストを作成する
ライセンス
このMCPサーバーはMITライセンスに基づいてライセンスされています。詳細はLICENSEファイルをご覧ください。
について
このMCPサーバーはdevabdultechによって構築および保守されています。公式Hacker News APIとAlgolia Search APIを使用し、モデルコンテキストプロトコル(MCP)を通じてHacker Newsデータへの包括的なアクセスを提供します。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceA server that enables AI assistants to access, analyze, and understand HackerNews content through standardized Model Context Protocol interfaces, providing tools for searching posts, analyzing users, and tracking trending topics.58MIT
- AlicenseAqualityDmaintenanceA service that provides HackerNews content search, retrieval and analysis through the Model Context Protocol, suitable for AI agents and developers.51Apache 2.0
- AlicenseAqualityDmaintenanceEnables AI agents and developers to search, retrieve, and analyze HackerNews content including advanced post search, front page access, full comment trees, and user profile lookups through the Model Context Protocol.419MIT
- AlicenseAqualityDmaintenanceProvides programmatic access to Hacker News content via the HN Algolia API. It enables AI assistants to search stories, retrieve comments, access user profiles, and explore the front page in real-time.919MIT
Related MCP Connectors
Browse Hacker News feeds, threads, and user profiles with full-text search.
Hacker News MCP — search and retrieve stories from Hacker News
Your portable context layer — load it into any AI.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/devabdultech/hn-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server