Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🌐 Social Media
  3. Prowlo β€” Reddit & X for AI agents
P
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/10/2026, 11:30:48 PM

Prowlo β€” Reddit & X for AI agents

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

Reddit & X data for AI agents over MCP. Semantic search, hosted, no Reddit API.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "prowlo-reddit-x-for-ai-agents": {
      "command": "npx",
      "args": [
        "-y",
        "prowlo-reddit-x-for-ai-agents"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing Alternatives🌐 More in Social Media

Documentation Overview

Prowlo MCP β€” Reddit & X for AI agents

smithery badge

Hosted MCP server that gives Claude, Cursor, Cline, or any MCP client clean, semantically-searchable Reddit and X data β€” crawled through residential proxies, read-only, with no Reddit API credentials.

Endpoint: https://api.prowlo.com/mcp Β· Homepage Β· Setup docs Β· Free 14-day trial, then $19/mo


Why a hosted Reddit MCP server?

Most free Reddit MCP servers broke in 2026, when Reddit started returning 403 on the unauthenticated endpoints they relied on. Prowlo runs the whole pipeline for you β€” residential-proxy crawl, anti-bot, embeddings, and the MCP endpoint β€” so it keeps working. Connect once and your agent can search, rank, and cite Reddit (and X) over time, instead of taking a one-off peek that breaks next week.

  • Semantic search over a persistent Dataset (vector embeddings) β€” find by meaning, not keyword regex
  • Clean typed JSON β€” no HTML scraping, no Reddit API, no glue code
  • Read-only β€” Prowlo never posts; your agent finds and ranks, you stay in the loop
  • Delivery over MCP + REST + webhooks, plus Slack/email Alerts

Connect in 30 seconds

OAuth (recommended)

Add https://api.prowlo.com/mcp as a custom connector β†’ Connect β†’ sign in. No API key, no JSON, no restart.

Config block (Claude Desktop / Cursor / Cline)

config.json
{ "mcpServers": { "prowlo": { "url": "https://api.prowlo.com/mcp" } } }

Claude Code

Terminal
claude mcp add --transport http prowlo https://api.prowlo.com/mcp

Clients without native HTTP MCP (stdio bridge)

Terminal
npx mcp-remote https://api.prowlo.com/mcp

See full guides for Claude Desktop, Cursor, Cline, and Windsurf.

Tools

ToolWhat it does
search_datasetSemantic search over your Dataset (Reddit + X), ranked by relevance
reddit_searchLive Reddit search across subreddits
list_records / get_recordList and fetch typed records (cursor-paginated)
read_post / read_commentsFull post body + comment threads
list_subreddit_postsRecent posts from a subreddit
list_watchers / watcher_createManage Watchers β€” what Prowlo ingests into your Dataset

Full reference: https://prowlo.com/docs/api-reference

Example prompts

  • "What is r/MachineLearning saying about vector databases this week?"
  • "Find people on Reddit asking for a GummySearch alternative, ranked by buying intent."
  • "Summarize the top complaints about <competitor> across r/SaaS this month, with sources."

Sources

  • βœ… Reddit β€” live
  • πŸ”œ X / Twitter β€” rolling out
  • πŸ”œ More social sources

Links

  • Homepage: https://prowlo.com
  • MCP setup: https://prowlo.com/docs/mcp-setup
  • Integration guides (Claude / Cursor / Cline / Windsurf): https://prowlo.com/integrations/claude-mcp
  • Pricing: https://prowlo.com/pricing

Prowlo is a hosted, commercial service. This repository is documentation and connection examples β€” there's nothing to install or run; the MCP server lives at https://api.prowlo.com/mcp.

Related MCP Servers

View all in Social Media View all alternatives
  • Social Media Search API β€” Twitter, Instagram, Reddit, TikTok (XPOZ) logoSocial Media Search API β€” Twitter, Instagram, Reddit, TikTok (XPOZ)

    Twitter/X, Instagram, Reddit & TikTok data for AI agents. 1.5B+ posts. No API keys.

    🌐 Social Media0 views
    Compare vs Social Media Search API β€” Twitter, Instagram, Reddit, TikTok (XPOZ) β†’
  • Mcp logoMcp

    Social media search and analytics across X, Reddit, Bluesky, YouTube, and more

    🌐 Social Media0 views
    Compare vs Mcp β†’
  • Reddit Mcp Buddy logoReddit Mcp Buddy

    Browse Reddit posts, search content, and analyze user activity without API keys. Works out-of-the-box with Claude Desktop.

    🌐 Social Media4 views
    Compare vs Reddit Mcp Buddy β†’
  • F
    FirstTouch

    Give AI agents real hands on LinkedIn: sourcing, AI qualification, HubSpot-native attribution.

    🌐 Social Media0 views
    Compare vs FirstTouch β†’

Frequently Asked Questions about Prowlo β€” Reddit & X for AI agents

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "prowlo-reddit-x-for-ai-agents": { "command": "npx", "args": ["-y", "Prowlo β€” Reddit & X for AI agents"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewProwlo β€” Reddit & X for AI agents AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/prowlo-reddit-x-for-ai-agents?style=directory)](https://allmcps.com/mcp/prowlo-reddit-x-for-ai-agents)
HTML Embed
<a href="https://allmcps.com/mcp/prowlo-reddit-x-for-ai-agents"><img src="https://allmcps.com/api/badge/prowlo-reddit-x-for-ai-agents?style=directory" alt="Prowlo β€” Reddit & X for AI agents on AllMCPs" /></a>

Technical Specs & Signals

Category🌐Social Media
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
0/4 checks healthy over the last 7h
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🌐 Social Media β†’Best MCP servers for Social Media β†’Alternatives to Prowlo β€” Reddit & X for AI agents β†’Install in Claude DesktopInstall in CursorInstall in VS Code