MCP.so
ログイン

MCP Reddit Server

@adhikasp

MCP Reddit Server について

A Model Context Protocol (MCP) server that provides tools for fetching and analyzing Reddit content.

基本情報

カテゴリ

その他

ライセンス

MIT

ランタイム

python

トランスポート

stdio

公開者

adhikasp

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "mcp-reddit": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli",
        "install",
        "@adhikasp/mcp-reddit",
        "--client",
        "claude"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is MCP Reddit Server?

MCP Reddit Server is a Model Context Protocol (MCP) server that provides tools for fetching and analyzing Reddit content. It is designed for developers and AI applications that need to access Reddit data through the MCP interface.

How to use MCP Reddit Server?

Install it automatically via Smithery or manually by adding a JSON configuration to your MCP client. Invoke the server by asking an LLM to perform actions such as fetching hot threads from a subreddit, which triggers the fetch_hot_threads tool.

Key features of MCP Reddit Server

  • Fetch hot threads from any subreddit
  • Get detailed post content including comments
  • Support for text, link, and gallery post types

Use cases of MCP Reddit Server

  • Ask an LLM to summarize the latest hot threads from a specific subreddit
  • Retrieve and analyze post content and comment threads
  • Integrate Reddit data into AI-powered workflows and assistants

FAQ from MCP Reddit Server

What does MCP Reddit Server do?

It fetches and analyzes Reddit content, providing hot threads, post details, and comments through the MCP protocol.

How do I install MCP Reddit Server?

You can install it automatically using Smithery (npx -y @smithery/cli install @adhikasp/mcp-reddit --client claude) or manually by adding a JSON entry with the uvx command.

What tools does MCP Reddit Server provide?

The server provides at least one tool: fetch_hot_threads, which retrieves hot threads from a given subreddit. The README also indicates it can get detailed post content including comments.

Which subreddits can I access?

You can fetch hot threads from any public subreddit by specifying its name in the tool call.

Does MCP Reddit Server support comments?

Yes, it includes support for getting detailed post content including comments.

コメント

「その他」の他のコンテンツ