MCP Directory
Back

mcp-reddit

by adhikasp · Python · ★ 408

A Model Context Protocol (MCP) server that provides tools for fetching and analyzing Reddit content.

#llm#mcp#model-context-protocol#reddit

Install

pip install git+https://github.com/adhikasp/mcp-reddit.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": {
    "mcp-reddit": {
      "command": "uvx",
      "args": [
        "git+https://github.com/adhikasp/mcp-reddit.git"
      ]
    }
  }
}

From the README

[](https://smithery.ai/server/@adhikasp/mcp-reddit) A [Model Context Protocol (MCP)](https://modelcontextprotocol.io/introduction) server that provides tools for fetching and analyzing Reddit content. - Fetch hot threads from any subreddit - Get detailed post content including comments - Support for different post types (text, link, gallery) To install Reddit Content for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@adhikasp/mcp-reddit): Using [mcp-client-cli](https://github.com/adhikasp/mcp-client-cli):
Read full README on GitHub →

Related ai & ml servers