Connection check
local install
reddit-mcp-buddy
Reddit browser for AI assistants. Browse without API keys; add credentials for search and analysis.
Tools
5
GitHub stars
811
Installs / wk
1.8k
Licence
MIT
Transport
stdio
Last checked
never
Tools & capabilities
5 toolsRead from the published package source — this server runs locally, so there is no endpoint to query. Names are taken from the code, not observed at runtime, and descriptions are often absent.
browse_subreddit
from source
Fetch posts from a subreddit sorted by your choice (hot/new/top/rising/controversial). Returns a post list with content, metadata, and a data_source field. With Reddit credentials… Fetch posts from a subreddit sorted by your choice (hot/new/top/rising/controversial). Returns a post list with content, metadata, and a data_source field. With Reddit credentials (data_source
get_post_details
from source
Fetch a Reddit post with its comments. Requires EITHER url OR post_id. IMPORTANT: When using post_id alone, an extra API call is made to fetch the subreddit first (2 calls total).… Fetch a Reddit post with its comments. Requires EITHER url OR post_id. IMPORTANT: When using post_id alone, an extra API call is made to fetch the subreddit first (2 calls total). For better efficiency, always provide the subreddit parameter when known (1 call total).
reddit_explain
from source
Get explanations of Reddit terms, slang, and culture. Returns definition, origin, usage, and examples. Get explanations of Reddit terms, slang, and culture. Returns definition, origin, usage, and examples.
search_reddit
from source
Search for posts across Reddit or specific subreddits. Returns matching posts with content and metadata. Search for posts across Reddit or specific subreddits. Returns matching posts with content and metadata.
user_analysis
from source