Reddit

Reddit

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

1118VIEWS
227USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app redditnpx @composio/cli add cursor --app redditnpx @composio/cli add cursor --app redditnpx @composio/cli add cursor --app reddit

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Create A Reddit Post

Creates a new text or link post on a specified, existing reddit subreddit, optionally applying a flair.

Delete Reddit Comment

Deletes a reddit comment, identified by its fullname id, if it was authored by the authenticated user.

Delete A Reddit Post

Permanently deletes a reddit post by its id, provided the authenticated user has deletion permissions for that post.

Edit 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 titles.

Get Link Flair

Fetches the list of available link flairs (i.e., post flairs, not user flairs) for a given subreddit.

Post A Comment

Posts a comment on reddit, replying to an existing and accessible submission (post) or another comment.

Retrieve Comments For A Post

Retrieves 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.

Retrieve Posts From Subreddit

Retrieves the current hot posts from a specified, publicly accessible subreddit.

Retrieve Specific Comment Or Post

Retrieves detailed information for a specific reddit comment or post using its fullname.

Search Across Subreddits

Searches reddit for content (e.g., posts, comments) using a query, with results typically confined to subreddits unless `restrict sr` is set to false.

10 actions available