Back to Home
adamlevoy icon

reddit-mcp

Verified Safe

by 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

Run Command
bun run dev

Environment 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

Stats

Interest Score55
Security Score8
Cost ClassMedium
Avg Tokens1500
Stars1
Forks0
Last Update2026-01-17

Tags

RedditMCPClaude DesktopAPI IntegrationCloudflare Workers