hamzashahbaz/reddit-mcp
Read-only Reddit MCP server for Claude Code and other MCP clients
Platform-specific configuration:
{
"mcpServers": {
"reddit-mcp": {
"command": "npx",
"args": [
"-y",
"reddit-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
A read-only MCP server built for Claude that connects to the Reddit Data API (oauth.reddit.com). Search posts, browse subreddits, read comments, view user profiles, and check trending content — all through the Model Context Protocol.
npx -y @hamzashahbaz/reddit-mcpOr add it to Claude Code with environment variables:
claude mcp add reddit -e REDDIT_CLIENT_ID=your_id -e REDDIT_CLIENT_SECRET=your_secret -e REDDIT_USERNAME=your_username -e REDDIT_PASSWORD=your_password -- npx -y @hamzashahbaz/reddit-mcpReddit requires API access approval before you can create apps.
Loading reviews...