reddit-skill

cskwork/reddit-skill
★ 0 stars Python 💻 Code/Dev Tools Updated today
Reddit MCP server with proper post-flair support, plus a standalone PRAW poster CLI.
View on GitHub → Try with Claude — $10 free →

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-skill": {
      "command": "uvx",
      "args": [
        "reddit-skill"
      ]
    }
  }
}

Or install with pip: pip install reddit-skill

README Excerpt

A Reddit **CLI** (`reddit-post`) for posting with **proper flair handling**, with an optional MCP server on the side. Built because the popular Reddit MCP servers either don't expose `flair_id` at all or pass the flair text where Reddit's API expects an ID. - **CLI** (primary): `reddit-post post|flairs|get|edit|delete|reply|comments|search` — all features, no MCP client required.