If you need more than exporting Reddit models into csv, then check out my other project here.
Exports saved posts and comments on Reddit to a csv file.
Columns: ID, Name, Subreddit, Type, URL, NoSFW - ID: Starts from 1 and increments for each saved Post or Comment. - Name: Title of the post. - Subreddit: Display name of the subreddit. - Type: Either #Comment or #Post. - URL: Link of the comment or the post. - NoSFW: True or False based on the post.
reddit_saved_to_csv.py file with any text editor.client_id='' # Enter your client ID
client_secret='' # Enter you client secret
username='' # Enter Username
password='' # Enter password
$ claude mcp add reddit-saved-to-csv \
-- python -m otcore.mcp_server <graph>