basecamp-cli

star 8

Manage Basecamp (via bc3 API / 37signals Launchpad) projects, to-dos, messages, and campfires via a TypeScript CLI. Use when you want to list/create/update Basecamp projects and todos from the terminal, or when integrating Basecamp automation into Clawdbot workflows.

modbender By modbender schedule Updated 3/6/2026

name: basecamp-cli

description: Manage Basecamp (via bc3 API / 37signals Launchpad) projects, to-dos, messages, and campfires via a TypeScript CLI. Use when you want to list/create/update Basecamp projects and todos from the terminal, or when integrating Basecamp automation into Clawdbot workflows.


Basecamp CLI

This repo contains a standalone CLI.

Install


npm i -g @emredoganer/basecamp-cli

Auth

Create an integration (OAuth app) in 37signals Launchpad:

Then:


basecamp auth configure --client-id <id> --redirect-uri http://localhost:9292/callback

export BASECAMP_CLIENT_SECRET="<secret>"

basecamp auth login

Notes

Install via CLI
npx skills add https://github.com/modbender/skill-library-mcp --skill basecamp-cli
Repository Details
star Stars 8
call_split Forks 2
navigation Branch main
article Path SKILL.md
More from Creator