reddit-mcp
Verified Safeby adamlevoy
Overview
Provides Claude Desktop with read-only access to Reddit's API through a remote Model Context Protocol (MCP) server deployed on Cloudflare Workers.
Installation
bun run devEnvironment Variables
- REDDIT_CLIENT_ID
- REDDIT_CLIENT_SECRET
- REDDIT_USERNAME
- REDDIT_PASSWORD
- REDDIT_USER_AGENT
- SHARED_SECRET
Security Notes
Secrets (Reddit API credentials, shared secret) are properly configured as environment variables via Cloudflare Wrangler secrets, preventing hardcoding. The server communicates with legitimate Reddit API endpoints over HTTPS. The SSE endpoints for Claude Desktop compatibility do not enforce explicit authentication on the server-side, relying on the client (`mcp-remote`) to manage session security. The legacy RPC endpoint enforces authentication via a `SHARED_SECRET` bearer token. Overall, the implementation follows good practices for Cloudflare Workers deployments.
Similar Servers
lastfm-mcp
Provides seamless access to Last.fm listening data and music information via AI assistants using the Model Context Protocol.
remote-mcp-oauth-github
Provides a Cloudflare Workers-based Model Context Protocol (MCP) server with GitHub OAuth for secure custom integrations with Claude.ai.
ClickUp-Taskmaster-Cloudflare-Remote-MCP
A remote MCP server allowing Claude.ai to manage ClickUp tasks and documents, deployed on Cloudflare Workers.
BlogCaster-MCP
Enables publishing, listing, and deleting blog posts across multiple platforms (Hashnode, Dev.to, WordPress) from an MCP-enabled AI client.