# Reddit (verified)

Reddit is a social news platform with user-driven communities (subreddits), offering content sharing, discussions, and viral marketing opportunities for brands

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add reddit

# Browse available tools
npx -y @smithery/cli@latest tool list reddit

# Get full schema for a tool
npx -y @smithery/cli@latest tool get reddit REDDIT_CREATE_REDDIT_POST

# Call a tool
npx -y @smithery/cli@latest tool call reddit REDDIT_CREATE_REDDIT_POST '{}'
```

## Direct MCP Connection

Endpoint: `https://reddit.run.tools`

## Tools (10)

- `REDDIT_CREATE_REDDIT_POST` — Creates a new text or link post on a specified, existing Reddit subreddit, optionally applying a flair.
- `REDDIT_DELETE_REDDIT_COMMENT` — Deletes a Reddit comment, identified by its fullname ID, if it was authored by the authenticated user.
- `REDDIT_DELETE_REDDIT_POST` — Permanently deletes a Reddit post by its ID, provided the authenticated user has deletion permissions for that post.
- `REDDIT_EDIT_REDDIT_COMMENT_OR_POST` — Edits the body text of the authenticated user's own existing comment or self-post on Reddit; cannot edit link posts or …
- `REDDIT_GET_USER_FLAIR` — Fetches the list of available link flairs (i.e., post flairs, not user flairs) for a given subreddit.
- `REDDIT_POST_REDDIT_COMMENT` — Posts a comment on Reddit, replying to an existing and accessible submission (post) or another comment.
- `REDDIT_RETRIEVE_POST_COMMENTS` — Retrieves all comments for a Reddit post given its article ID (which must be for an existing, public post); nested repl…
- `REDDIT_RETRIEVE_REDDIT_POST` — Retrieves the current hot posts from a specified, publicly accessible subreddit.
- `REDDIT_RETRIEVE_SPECIFIC_COMMENT` — Retrieves detailed information for a specific Reddit comment or post using its fullname.
- `REDDIT_SEARCH_ACROSS_SUBREDDITS` — Searches Reddit for content (e.g., posts, comments) using a query, with results typically confined to subreddits unless…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get reddit <tool-name>
```
