Pulls public Reddit data through JSON endpoints without requiring authentication. Exposes three tools: get_subreddit for trending posts from specific communities, search_posts for keyword queries across all of Reddit, and get_post for retrieving full content plus top-level comments by post ID. Returns structured data including titles, scores, authors, URLs, and comment counts. Part of the Pipeworx gateway ecosystem, so you can either connect to this standalone Reddit server or access it alongside 250+ other data sources through their unified gateway. Useful when you need to scan trending discussions, search for mentions, or pull comment threads into your AI workflow.
Public tool metadata for what this MCP can expose to an agent.
REDDIT_CREATE_REDDIT_POSTCreates a new text or link post on a specified, existing Reddit subreddit, optionally applying a flair.6 paramsCreates a new text or link post on a specified, existing Reddit subreddit, optionally applying a flair.
urlstringkindstringlink · selftextstringtitlestringflair_idstringsubredditstringREDDIT_DELETE_REDDIT_COMMENTDeletes a Reddit comment, identified by its fullname ID, if it was authored by the authenticated user.1 paramsDeletes a Reddit comment, identified by its fullname ID, if it was authored by the authenticated user.
idstringREDDIT_DELETE_REDDIT_POSTPermanently deletes a Reddit post by its ID, provided the authenticated user has deletion permissions for that post.1 paramsPermanently deletes a Reddit post by its ID, provided the authenticated user has deletion permissions for that post.
idstringREDDIT_EDIT_REDDIT_COMMENT_OR_POSTEdits the body text of the authenticated user's own existing comment or self-post on Reddit; cannot edit link posts or titles.2 paramsEdits the body text of the authenticated user's own existing comment or self-post on Reddit; cannot edit link posts or titles.
textstringthing_idstringREDDIT_GET_USER_FLAIRFetches the list of available link flairs (i.e., post flairs, not user flairs) for a given subreddit.1 paramsFetches the list of available link flairs (i.e., post flairs, not user flairs) for a given subreddit.
subredditstringREDDIT_POST_REDDIT_COMMENTPosts a comment on Reddit, replying to an existing and accessible submission (post) or another comment.2 paramsPosts a comment on Reddit, replying to an existing and accessible submission (post) or another comment.
textstringthing_idstringREDDIT_RETRIEVE_POST_COMMENTSRetrieves all comments for a Reddit post given its article ID (which must be for an existing, public post); nested replies within comments are returned as raw dictionaries requiring parsing.1 paramsRetrieves all comments for a Reddit post given its article ID (which must be for an existing, public post); nested replies within comments are returned as raw dictionaries requiring parsing.
articlestringREDDIT_RETRIEVE_REDDIT_POSTRetrieves the current hot posts from a specified, publicly accessible subreddit.2 paramsRetrieves the current hot posts from a specified, publicly accessible subreddit.
sizeintegersubredditstringREDDIT_RETRIEVE_SPECIFIC_COMMENTRetrieves detailed information for a specific Reddit comment or post using its fullname.1 paramsRetrieves detailed information for a specific Reddit comment or post using its fullname.
idstringREDDIT_SEARCH_ACROSS_SUBREDDITSSearches Reddit for content (e.g., posts, comments) using a query, with results typically confined to subreddits unless `restrict_sr` is set to False.4 paramsSearches Reddit for content (e.g., posts, comments) using a query, with results typically confined to subreddits unless `restrict_sr` is set to False.
sortstringrelevance · new · top · commentsdefault: relevancelimitintegerrestrict_srbooleansearch_querystringReddit MCP — public Reddit data via JSON endpoints (no auth required)
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|---|
get_subreddit | Get trending posts from a subreddit (e.g., 'python', 'news'). Returns titles, scores, authors, URLs, and comment counts. |
search_posts | Search Reddit posts by keyword or phrase across all subreddits. Returns matching posts with titles, scores, subreddits, authors, and URLs. |
get_post | Get a Reddit post's full content and top-level comments by post ID. Returns text, score, author, subreddit, and comment threads. |
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"reddit": {
"url": "https://gateway.pipeworx.io/reddit/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Reddit data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
com.mcparmory/google-sheets
domdomegg/google-sheets-mcp
henilcalagiya/google-sheets-mcp
cct15/war-dashboard-data
moooonad/mcp-google-sheets-full
io.github.br0ski777/csv-to-json