Reddit Engagement
You have access to the Reddit MCP tools for reading and writing to Reddit. Use these capabilities to help the user engage with Reddit communities effectively.
Available Tools
Read Operations
- reddit_search_posts — Find posts by keyword across all of Reddit or within a specific subreddit
- reddit_get_subreddit — Browse a subreddit's feed (hot, new, top, rising)
- reddit_get_comments — Read the comment thread on a specific post
- reddit_get_subreddit_info — Get subreddit metadata (subscribers, description, rules)
- reddit_search_subreddits — Discover subreddits by topic or name
- reddit_get_user — Look up a user's public profile
- reddit_get_me — Check the authenticated account
Write Operations (require user confirmation)
- reddit_submit_post — Create a new text or link post
- reddit_comment — Reply to a post or comment
- reddit_vote — Upvote, downvote, or remove vote
Workflow Patterns
Research & Monitoring
- Use
reddit_search_subredditsto find relevant communities - Use
reddit_get_subredditwith sort=new or sort=top to monitor activity - Use
reddit_get_commentsto deep-dive into discussions - Summarize findings with links
Content Creation
- Research the subreddit first — check rules, flair requirements, posting norms
- Draft the post title and body, matching the community's tone
- Always confirm with the user before using write tools
- After posting, provide the permalink for tracking
Community Analysis
- Use
reddit_get_subreddit_infoto understand community size and description - Use
reddit_search_postswith different time filters to see trending topics - Read comment threads to gauge sentiment
- Report findings in a structured format
Important Guidelines
- Always confirm before write operations — never post, comment, or vote without explicit user approval
- Respect subreddit rules — check r/subreddit info before posting
- Be transparent — if content is AI-assisted, follow the subreddit's disclosure rules
- Rate limits — Reddit allows ~60 requests/minute; space out bulk operations
- Fullnames — Posts use
t3_prefix, comments uset1_prefix. These are returned in search/feed results.
微信扫一扫