reddit-mcp

ZLeventer/reddit-mcp
★ 0 stars TypeScript 🔌 API Integration Updated today
MCP server for Reddit — submit posts, reply to comments, search subreddits, and read posts
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "reddit-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ZLeventer/reddit-mcp"
      ]
    }
  }
}

README Excerpt

MCP server for Reddit — 11 tools for submitting posts, replying to comments, searching subreddits, and reading posts via the Reddit API. | Tool | Description | |------|-------------| | `reddit_submit_post` | Submit a text or link post to any subreddit | | `reddit_get_post` | Get a post by ID | | `reddit_get_subreddit_posts` | Get hot/new/top/rising posts from a subreddit |

Tools (16)

REDDIT_CLIENT_IDREDDIT_CLIENT_SECRETREDDIT_PASSWORDREDDIT_USERNAMEREDDIT_USER_AGENTreddit_get_my_commentsreddit_get_my_postsreddit_get_postreddit_get_post_commentsreddit_get_subreddit_inforeddit_get_subreddit_postsreddit_get_subreddit_rulesreddit_search_postsreddit_search_subredditsreddit_submit_commentreddit_submit_post