MCP Server for Hacker News
@morinokami
MCP Server for Hacker News について
MCP Server for Hacker News
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"hackernews": {
"command": "npx",
"args": [
"-y",
"mcp-server-hackernews"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is MCP Server for Hacker News?
An MCP server that retrieves Hacker News data including top stories, best stories, new stories, individual stories, and user information. Designed for use with MCP-compatible clients like Claude Desktop.
How to use MCP Server for Hacker News?
Configure it in your Claude Desktop mcpServers configuration with the command npx and arguments ["-y", "mcp-server-hackernews"]. Then access its resources (e.g., top-stories, story) through the client.
Key features of MCP Server for Hacker News
- Fetches top, best, and new story IDs
- Retrieves individual story details by ID
- Retrieves user information by ID
- Simple setup with Claude Desktop via npx
- Return types: arrays of IDs or JSON objects
Use cases of MCP Server for Hacker News
- Displaying current trending Hacker News stories
- Getting details of a specific story for analysis
- Looking up a user's profile and info
- Integrating Hacker News data into AI assistants
FAQ from MCP Server for Hacker News
What data can I fetch with this server?
It provides top stories, best stories, new stories (each returning an array of IDs), a specific story by ID (returns a story object), and a user by ID (returns a user object).
How do I set up this server with Claude Desktop?
Add the following to your mcpServers configuration: {"hackernews": {"command": "npx", "args": ["-y", "mcp-server-hackernews"]}}.
What input parameters are required for story or user resources?
Both require an id parameter: the ID of the story or user.
What does the server return for a story?
It returns a story object. The exact fields are not detailed in the README.
What does the server return for a user?
It returns a user object. The exact fields are not detailed in the README.
「その他」の他のコンテンツ

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Website
FunnyWolfAdversary simulation and Red teaming platform with AI
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
コメント