Reddit MCP
Reddit を閲覧、検索、読むためのプラグアンドプレイMCPサーバー。
デモ
Claude Desktop でこれをどのように使用するかを示した短いビデオを以下に示します。
https://github.com/user-attachments/assets/a2e9f2dd-a9ac-453f-acd9-1791380ebdad
特徴
注意点
- 現時点では読み取り機能のみサポートしています。書き込み機能をご利用になりたい場合は、問題に賛成票を投じるか、プルリクエストを送信してください!🙌
- ツールはトークンを使用します。Claudeでこの機能を使用するには、多くのツール呼び出しを行うためにProユーザーになる必要がある場合があります。無料プランのユーザーは、軽めのツール使用であれば問題ありません。トークンの使用はお客様の責任となります。
インストール
前提条件: Reddit API 認証情報
Redditアカウントで開発者アプリをまだ作成していない場合は、作成してください。これにより、次の手順で使用するclient_id
とclient_secret
が発行されます。既にこれらをお持ちの場合は、この手順をスキップしてください。
クロードデスクトップ
Claude Desktop にインストールするには:
- 「任意のテキスト エディターで構成ファイルを開く」セクションまで、ここの指示に従ってください。
- 希望するインストール方法に応じて、ファイルに以下を追加します。
uvxの使用(推奨)
PIPの使用
まずパッケージをインストールします:
次に、構成ファイルに次の内容を追加します。
その他
このサーバーは、エージェントフレームワーク(LangChain、LlamaIndex、AutoGenなど)を含むあらゆるMCPクライアントで使用できます。AutoGenとの統合例については、サンプルをご覧ください。
ツール
サーバーが公開するツールは次のとおりです。
名前 | 説明 |
---|---|
get_comment | コメントにアクセスする |
get_comments_by_submission | 提出物のコメントにアクセスする |
get_submission | 提出物にアクセスする |
get_subreddit | 名前でサブレディットにアクセスする |
search_posts | サブレディット内の投稿を検索する |
search_subreddits | 名前または説明でサブレディットを検索 |
貢献
貢献を歓迎します!詳細については、 CONTRIBUTING.md をご覧ください。
謝辞
- 驚くほど信頼性の高いライブラリのPRAW💙
You must be authenticated.
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Tools
AI アシスタントが PRAW ライブラリを通じて Reddit コンテンツを閲覧、検索、読み取ることができるプラグアンドプレイ MCP サーバー。
Related Resources
Related MCP Servers
- -securityAlicense-qualityAn MCP server that helps AI assistants access text content from websites that implement bot detection, bridging the gap between what you can see in your browser and what the AI can access.Last updated -1PythonApache 2.0
- -securityFlicense-qualityA specialized MCP server that enables AI agents to interact with Reddit, including reading posts, creating content, and managing subreddit configurations.Last updated -715TypeScript
- -securityFlicense-qualityAn MCP server that connects AI assistants to SearchAgora, enabling users to search for, discover, and purchase products across the web through natural language conversations.Last updated -1Python
- -securityAlicense-qualityAn MCP server that enables AI assistants to control a web browser through natural language commands, allowing them to navigate websites and extract information via SSE transport.Last updated -505PythonMIT License