reddit-mcp-server
Reddit MCP サーバー ⚙️
Reddit コンテンツを取得および作成するためのツールを提供するモデル コンテキスト プロトコル (MCP)。
🧑💻 について
https://www.linkedin.com/feed/update/urn:li:activity:7328864060534419457/
Related MCP server: mcp-server-docker
🔧 利用可能なツール(機能)
読み取り専用ツール (クライアント資格情報):
get_user_info(username)- エンゲージメントインサイトによる詳細なユーザー分析を取得しますget_top_posts(subreddit, time_filter, limit)- トップ投稿を取得して分析するget_subreddit_stats(subreddit)- 包括的なsubreddit分析を取得するget_trending_subreddits()- トレンドのsubredditのリストを取得する
読み取り/書き込みツール (ユーザー資格情報):
create_post(subreddit, title, content, flair, is_self)- 最適化された投稿を作成するreply_to_post(post_id, content, subreddit)- エンゲージメントインサイトを含む返信を追加するreply_to_comment(comment_id, content, subreddit)- 戦略的な返信を追加する
🔌 インストール
git clone https://github.com/alexandros-lekkas/reddit-mcp-serverここでRedditアプリを作成
必ず「スクリプト」を選択してください。
クライアントIDとクライアントシークレットをコピーします
.env.exampleに基づいて.envファイルを作成する
REDDIT_CLIENT_IDとREDDIT_CLIENT_SECRETを使ってこれを行う
投稿を書きたい場合は、 REDDIT_USERNAMEとREDDIT_PASSWORDを含める必要があります (心配しないでください、盗むことはありません 😜)
npm run devを実行して検査サーバーを開きます ( http://127.0.0.1:6274/ )
接続が機能する場合は、MCP 構成にこれを追加します (使用しているエージェントに応じて、Cursor または Claude 用)
"mcpServers": {
"reddit": {
"command": "node",
"args": [
"C:\\path\\to\\reddit-mcp-server\\build\\index.js" // Replace this with your local path to build/index.js
],
"env": {
"REDDIT_CLIENT_ID": "😜",
"REDDIT_CLIENT_SECRET": "😜",
"REDDIT_USERNAME": "😜",
"REDDIT_PASSWORD": "😜"
},
"autoApprove": [
"get_reddit_post",
"get_top_posts",
"get_user_info",
"get_subreddit_info",
"get_trending_subreddits",
"create_post",
"reply_to_post"
] // You don't need to add this, but it makes it so that you don't have to keep clicking approve
}
}(環境変数を😜絵文字ではなく実際のキーに置き換えてください)
📚 クレジット
これらのツールのインスピレーションと実装は、Arindam200氏によるPython Reddit MCP Serverに帰属します。このリポジトリは、現時点ではPython実装のNode.js版です。
MCP サーバーの構築方法に関するチュートリアル (この実装のリファレンスとして使用されました) を提供してくれたEugene Shに感謝します。
This server cannot be installed
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
- MIT
- MIT
- AlicenseNot gradedqualityDmaintenanceFacebook MCP server for automating posts, comment moderation, insights, and sentiment filtering.207PythonMIT
Related MCP Connectors
Reddit MCP — public Reddit data via JSON endpoints (no auth required)
BGG MCP provides access to the BoardGameGeek API through the Model Context Protocol, enabling retr…
Browse and manage Reddit posts, comments, and threads. Fetch user activity, explore hot/new/rising…
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/aflekkas/reddit-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server