MCP Directory
Back

reddit-mcp

by Arindam200 · Python · ★ 290

Model Context Protocol server implementation for Reddit

#mcp#mcp-server#reddit#reddit-api

Install

pip install git+https://github.com/Arindam200/reddit-mcp.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "reddit-mcp": {
      "command": "uvx",
      "args": [
        "git+https://github.com/Arindam200/reddit-mcp.git"
      ]
    }
  }
}

From the README

This repository contains a Model Context Protocol server implementation for Reddit that allows AI assistants to access and interact with Reddit content through PRAW (Python Reddit API Wrapper). The Model Context Protocol (MCP) is a standard for enabling AI assistants to interface with external services, tools, and data sources. This server implements the MCP specification to provide access to Reddit content. To know more about MCP, Check this [video](https://www.youtube.com/watch?v=BwB1Jcw8Z-8) - Get detailed user information with engagement analysis - Retrieve user comment and post hi…
Read full README on GitHub →

Related other servers