MCP Catalogs
Home

mcp-reddit vs fetch

Side-by-side comparison to help you pick between these two MCP servers.

mcp-reddit
by adhikasp
fetch
by modelcontextprotocol
Stars★ 400★ 85,748
30d uses
Score4476
Official
Categories
social-mediaWeb ScrapingAI / LLM Tools
Web ScrapingAI / LLM ToolsProductivity
LanguagePythonTypeScript
Last commit12 mo agothis month

mcp-reddit · Summary

MCP server for fetching and analyzing Reddit content with support for different post types.

fetch · Summary

An MCP server that fetches web content and converts HTML to markdown, allowing LLMs to read web pages.

mcp-reddit · Use cases

  • Content researchers gathering discussions from specific subreddits
  • Social media analysts tracking trends and sentiment
  • Community managers monitoring mentions and feedback

fetch · Use cases

  • LLMs reading news articles and blogs
  • Content analysis of web pages
  • Retrieving information from public websites
  • Chunked reading of large web documents

mcp-reddit · Install

Installing via Smithery

npx -y @smithery/cli install @adhikasp/mcp-reddit --client claude

Manual Installation

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

fetch · Install

Installation

**Using uv (recommended)** No specific installation needed. Use uvx to run the server directly:

uvx mcp-server-fetch

**Using PIP** Install via pip:

pip install mcp-server-fetch

Then run as:

python -m mcp_server_fetch

Claude Desktop Configuration

{
  "mcpServers": {
    "fetch": {
      "command": "uvx",
      "args": ["mcp-server-fetch"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.