Connect Quill to your AI

Quill exposes its board (cards, projects, columns, labels, comments) over the Model Context Protocol. Drop it into any MCP-capable client and start writing implementation plans straight from your editor.

One-liner install for your coding agent

Copy this prompt, paste it into Claude Code, Cursor, Codex, VS Code, or any coding agent. It will ask whether to install Quill MCP for the current project only or globally, then run the right command.

1

Add Quill to Claude Code

Run this in any terminal:

claude mcp add --transport http quill https://vibrant-mole-82.convex.site/mcp

Or, edit ~/.claude/mcp.json directly with the snippet below.

{
  "mcpServers": {
    "quill": {
      "url": "https://vibrant-mole-82.convex.site/mcp",
      "transport": "http"
    }
  }
}
2

Sign in

The first tool call opens an OAuth consent screen in your browser. Pick the workspace and scopes the agent should get.

3

Try it

Tell Claude Code: “Use Quill to load all urgent cards in PROJ and write implementation plans for them.”

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.

Workspace-scoped

Each token is bound to one workspace and can be narrowed to specific projects.

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.