Reddit MCP Buddy is a Model Context Protocol (MCP) server that allows Claude Desktop and other AI assistants to browse Reddit, search posts, and analyze user activity without requiring API keys.
From the registry: Reddit browser for AI assistants. Browse posts, search content, analyze users. No API keys needed.

Please install the `reddit-mcp-buddy` MCP server into my current AI client (that's you).
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","reddit-mcp-buddy"]
- optional environment variables:
- `REDDIT_CLIENT_ID`: Reddit app client ID (for 60 req/min) (example: `<your-client-id>`)
- `REDDIT_CLIENT_SECRET`: Reddit app client secret (example: `<your-client-secret>`)
- `REDDIT_USERNAME`: Reddit username (for 100 req/min with script app) (example: `<your-username>`)
- `REDDIT_PASSWORD`: Reddit password (for 100 req/min) (example: `<your-password>`)
Note: Read-only Reddit browser. No API key required (10 req/min anonymous). Three-tier auth: anonymous (10), app-only (60), authenticated (100 req/min). 5 focused tools: browse_subreddit, search_reddit, get_post_details, user_analysis, reddit_explain.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.REDDIT_CLIENT_IDrequiredClient ID for Reddit API authentication.REDDIT_CLIENT_SECRETrequiredClient Secret for Reddit API authentication.REDDIT_USERNAMErequiredReddit username for authentication.REDDIT_PASSWORDrequiredReddit password for authentication.MCP server for searching Airweave collections with natural language queries.