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.
Install the Quill CLI
curl -fsSL https://app.heyquill.io/install.sh | shLog in
quill loginThis opens a browser-based login flow. For headless environments, use quill login --no-browser.
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 & MaxMCP 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.