Connect Quill to your terminal and AI tools

Use the Quill CLI for terminal and agent workflows. Use MCP when your AI client natively supports MCP.

One-liner install for your coding agent

For terminal agents, install the Quill CLI. For MCP-native clients, use the MCP setup below.

1

Install the Quill CLI

curl -fsSL https://app.heyquill.io/install.sh | sh
2

Log in

quill login

This opens a browser-based login flow. For headless environments, use quill login --no-browser.

3

Try it

quill --help
quill handoff --card PROJ-123
quill cards get --card PROJ-123
quill comments add --card PROJ-123 --body "Working on this now."

What you get

Read tools

Projects, columns, labels, cards (with rich filters), search, and comments.

Write tools

Create, update, move, archive, and unarchive cards. Add comments inline.

Permission-aware

Tokens are bound to your Quill user and every call is checked against project and workspace permissions.

Audited

Every tool call is logged with timestamp and actor in Settings, API & MCP, Activity.

Plan

Pro & Max

MCP is included in Pro and Max. If your workspace is on Free or Standard, the OAuth and PAT endpoints will return a clean 403 with an upgrade hint.

Already a Quill user? Sign in to create your first token.