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 | — | — |
| Score | 44 | 76 |
| Official | — | ✓ |
| Categories | social-mediaWeb ScrapingAI / LLM Tools | Web ScrapingAI / LLM ToolsProductivity |
| Language | Python | TypeScript |
| Last commit | 12 mo ago | this 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 claudeManual 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-fetchThen run as:
python -m mcp_server_fetchClaude Desktop Configuration
{
"mcpServers": {
"fetch": {
"command": "uvx",
"args": ["mcp-server-fetch"]
}
}
}