🔥

Reddit MCP

Browse subreddits, search posts, and interact with the front page of the internet.

SSE PROTOCOL URLStable
https://mcppure.shraj.workers.dev/mcp-server/reddit

Use this URL in your MCP client settings (SSE transport).

Reddit MCP Server

The Reddit MCP server allows AI agents to interact with Reddit content, including searching, browsing subreddits, and managing comments.

Features

Configuration

Add the following to your MCP client configuration:

json
{
  "mcpServers": {
    "reddit": {
      "url": "https://mcppure.shraj.workers.dev/mcp-server/reddit",
      "headers": {
        "x-reddit-client-id": "your-client-id",
        "x-reddit-client-secret": "your-client-secret",
        "x-reddit-username": "your-username",
        "x-reddit-password": "your-password"
      }
    }
  }
}

How to get Credentials

To use the Reddit MCP server, you need to create a Reddit application to get your API credentials.

  1. Visit Reddit App Preferences: Go to reddit.com/prefs/apps.
  2. Create a New App: Scroll to the bottom and click "are you a developer? create an app..." or "create another app...".

3. Fill the Form:

  1. Click "create app": Once saved, your app details will appear.
  2. Copy Credentials:
    • Client ID: The string of characters directly under "personal use script".
    • Client Secret: Labeled as secret.
  3. Account Details: Use your standard Reddit Username and Password in the headers.

[!IMPORTANT] Ensure your app type is set to script, otherwise authentication will fail.

Tools