-
securityA
license-
qualityMCP server that enables interaction with Reddit, allowing users to read trending posts, analyze discussions, create posts, add comments, and vote on content through Claude and Cursor.
Last updated -
Python
MIT License
模型上下文协议 (MCP) 提供用于获取和创建 Reddit 内容的工具。
https://www.linkedin.com/feed/update/urn:li:activity:7328864060534419457/
只读工具(客户端凭证):
get_user_info(username)
-获取详细的用户分析和参与度洞察get_top_posts(subreddit, time_filter, limit)
- 获取并分析热门帖子get_subreddit_stats(subreddit)
- 获取全面的 subreddit 分析get_trending_subreddits()
- 获取热门 subreddits 列表读写工具(用户凭证):
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
确保选择“脚本”!
.env.example
创建.env
文件使用您的REDDIT_CLIENT_ID
和REDDIT_CLIENT_SECRET
执行此操作
如果您想写帖子,您需要包含您的REDDIT_USERNAME
和REDDIT_PASSWORD
(不用担心,我不会窃取它们😜)
npm run dev
运行并打开检查服务器( http://127.0.0.1:6274/ )(确保用实际密钥替换环境变量,而不是😜表情符号)
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
reddit-mcp-服务器
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/alexandros-lekkas/reddit-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server