Skip to main content

How to automate Memberstack tasks with the community-built CLI tool?

Hey everyone! I built a free, open-source command-line tool for Memberstack and wanted to share it with the community.

What is it?

Memberstack CLI lets you manage your Memberstack account from the terminal. You log in and then run simple commands to get things done fast.

Why would I use this?

If you've ever needed to:

  • Export all your members to a spreadsheet or JSON file
  • Bulk update hundreds of members at once instead of one by one
  • Add a plan to a bunch of members in one go
  • Quickly look up a member by email
  • Import members or records from a CSV file
  • Get a headcount of your members or records
  • Manage your data tables and records without clicking around
  • Create, update, and delete custom fields from one place

...this tool does all of that in seconds.

Who is this for?

  • Memberstack users who want to save time on repetitive tasks
  • Anyone managing a large member base who needs bulk operations
  • Folks using AI tools like Codex, Claude Code, GitHub Copilot, Cursor, and more; your AI assistant can manage Memberstack for you, without the context bloat from MCPs
  • Developers and no-coders alike who want more control over their setup

Getting started is two commands:

npm install -g memberstack-cli
memberstack auth login

Install the Agent Skill (optional):

npx skills add 224-industries/webflow-skills --skill memberstack-cli

Docs: https://memberstack-cli.flashbrew.digital
GitHub: https://github.com/Flash-Brew-Digital/memberstack-cli
NPM: https://www.npmjs.com/package/memberstack-cli

This is a community project, not an official Memberstack product. Would love to hear your feedback!

3 comments

  • Duncan from Memberstack
    Duncan from Memberstack

    cc Josh Lopez Julian Galluzzo Magnaem from Memberstack Molly Floyd This looks sweet! I haven't dug in yet, but I'm excited to try it out.

    Little Code Studio So cool!! And the docs are super clean. Are you using a service for that or did you DIY? Thanks for creating this for the community!

    1
  • Little Code Studio
    Little Code Studio OP

    Thanks Duncan!! Looking forward to hearing what you think. Feel free to DM me with any questions, feedback, etc.

    It's DIY (kind of). I used "Fumadocs", highly recommend it. Each docs page is just a markdown file and their template comes with everything as well - LLMs.txt, serving MD files to AI agents, etc. And it's freeee

    1
  • Little Code Studio
    Little Code Studio OP

    Lots of exciting updates!

    📜 Refreshed docs

    🐞 A few bug fixes

    🤖 New agent skill for the Memberstack Admin API

    🔥 You can now:

    Manage users in your Memberstack app (add, delete, update role, etc.)
    Update your own name and email address
    Add and remove member notes
    Add/remove/edit permissions for plans and members
    Add/remove/edit prices for plans
    Add/remove/edit auth providers (e.g. Google)
    Add/remove/edit custom SSO apps/connectors
    Easily update your verison of the CLI with a single command, and clear things as well with a reset command

    Don't want to use the CLI yourself? Give Codex, Claude Code, Cursor, etc. this link here. It can read the docs for you and take care of things from there.

    0

Please sign in to leave a comment.

Sitemap