developers · Apr 29, 2026

Quire MCP Setup in 5 Minutes: Connect Claude, ChatGPT, or Any AI Client

Quire MCP setup guide — connect Claude, Cowork, or any AI client

TL;DR: Quire's first-party MCP server connects to any MCP-capable AI client — Claude Code, Claude Cowork, ChatGPT, Perplexity, Gemini CLI, or another — via a one-time OAuth handshake. Setup takes about five minutes, requires no API keys, and access is scoped to whatever your Quire user can already do.

Quire's MCP server lets you wire Claude Code, Cowork, or any MCP-capable AI client into your Quire workspace in about as long as it takes to reheat lunch. One OAuth handshake, and your AI assistant can create tasks, update statuses, and manage projects across your Quire workspace — no developer background required, no third-party glue, no Zapier workflows to maintain. If you have a Quire account and an MCP-capable AI client, you're already most of the way there.

Quire MCP works the same way in every MCP-capable AI client — Claude Code, Claude Cowork, ChatGPT, Perplexity, Gemini CLI, Cursor, Windsurf, or anything new since this post was written. The OAuth handshake, the supported actions, and the permission scope are identical; only each client's UI differs.

What Can Your AI Assistant Do in Quire Once Connected?

Before we get into steps — a quick preview of the destination. Once connected, you can hand Claude tasks like:

  • "Create a sprint for next week with these user stories from the planning meeting"
  • "What did the engineering team ship this week? Draft a status update"
  • "Find all tasks blocked more than 3 days and tag them for review"
  • "Add the onboarding checklist from our handbook as tasks in the new hire's project"
  • "Move everything due this week to the top of my board"

Every one of those goes from a 10-minute clicking exercise to a prompt. That's the whole reason to do this.

What Do You Need Before Connecting Quire MCP?

Three things to check before you start:

  1. A Quire account. Sign up free if you don't have one — the free tier works for this setup.
  2. An MCP-capable AI client. Claude Code, Cowork, or any other MCP-compatible app.
  3. Permissions. You need to be a member of at least one Quire organization so there's something to connect to.

That's it. No API tokens to generate manually, no config files to edit unless you want to.

How Do You Connect Quire MCP to Your AI Client?

The pattern is the same everywhere — register the Quire MCP server in your client, authorize once with OAuth, verify with a prompt. Below, you'll find worked examples for Claude Code, Claude Cowork, ChatGPT, Perplexity, and Gemini CLI, plus a generic walkthrough that applies to Cursor, Windsurf, and every other MCP-capable AI client.

New to MCP or prefer a non-developer walkthrough? The Quire MCP guide covers the basics in plain language — what MCP is, what it does for you, and what to expect once it's connected.

For the full feature list, supported clients, and the current endpoint URL, see the Quire MCP listing in the Quire developers documentation.

Claude Code

Claude Code is the most direct way to wire Quire into a developer workflow — you can have Claude create tasks, update statuses, and pull project state from inside the terminal session you're already coding in.

  1. Open the plugin manager. In Claude Code, run /plugin to open the connector list.
  2. Find or add Quire. If Quire shows in the registry, select it. If not, add the Quire MCP server URL manually — the current endpoint is on the Quire app for Claude page.
  3. Authenticate. Claude Code opens a browser tab for the OAuth flow. Sign in to your Quire account and approve the connection. Once the redirect completes, you can close the tab.
  4. Verify. Back in Claude Code, prompt with something simple — "List my recent Quire projects" — and confirm Claude can read your workspace.

That's the whole flow. The connection persists across Claude Code sessions until you revoke it.

For the latest setup details, supported actions, and version compatibility, see the Quire app for Claude in the Quire app directory.

Claude Cowork

Claude Cowork is Anthropic's collaborative workspace for Claude — it hides the MCP plumbing entirely, so the connector list looks like any other integration menu and the OAuth flow takes two clicks.

  1. Open Settings → Connectors → Add Connector.
  2. Pick Quire from the list.
  3. Sign in with your Quire credentials and approve the access scope.
  4. Verify with a prompt like "What tasks are due this week in my Quire workspace?".

Claude Cowork shows the connector status in Settings → Connectors at any time, so you can confirm the connection is live without leaving the app.

ChatGPT

ChatGPT connects to Quire through its custom-connector system — once added, you can have ChatGPT pull project state, create tasks, and update statuses inside any conversation, just like any other built-in tool.

  1. Open Settings → Connectors. In ChatGPT, go to your account settings and open the connector panel.
  2. Add a custom connector. Paste the Quire MCP server URL — the current endpoint is on the Quire app for ChatGPT page.
  3. Authenticate. Sign in to your Quire account in the OAuth window and approve the requested scopes.
  4. Verify. Start a new ChatGPT conversation and prompt with something like "What's on my Quire to-do list this week?" — confirm it can read your workspace.

ChatGPT keeps the connector active across sessions until you remove it from settings.

Perplexity

Perplexity supports remote MCP servers as Custom Connectors on paid plans (Pro, Max, Enterprise) — once connected, you can ask Perplexity research questions that pull live data from your Quire workspace alongside its web sources.

  1. Open perplexity.ai and go to Settings → Connectors.
  2. Click Add Connector → Advanced (or Add custom connector).
  3. Configure the connector. Enter a name (for example, Quire), set the URL to https://mcp.quire.app/mcp, and choose Streamable HTTP as the transport with OAuth as the authentication method.
  4. Save, then click Connect and sign in to Quire to approve access.

Once connected, Perplexity can query your Quire data inside any conversation.

Custom MCP connectors require a paid Perplexity plan (Pro, Max, or Enterprise) — Quire itself works on every Perplexity plan; the limitation is on Perplexity's side. For setup details and version compatibility, see the Quire app for Perplexity in the Quire app directory.

Gemini CLI

Gemini CLI is Google's command-line interface for the Gemini family of models — once connected, you can have Gemini create tasks, update statuses, and pull project state from any terminal session, similar to Claude Code.

  1. Edit your Gemini CLI settings file. Open ~/.gemini/settings.json (user scope) or .gemini/settings.json (project scope).
  2. Add the Quire MCP server under mcpServers:

    {
      "mcpServers": {
        "quire": {
          "httpUrl": "https://mcp.quire.app/mcp",
          "authProviderType": "dynamic_discovery"
        }
      }
    }
    
  3. Restart Gemini CLI, then trigger OAuth with /mcp auth quire. dynamic_discovery makes the CLI auto-detect the OAuth requirement, register a client, and open a browser to authorize. (OAuth requires that your local machine can receive a redirect on http://localhost:7777/oauth/callback.)

  4. Verify. Prompt with something like "List my recent Quire projects" and confirm Gemini can read your workspace.

The connection persists across Gemini CLI sessions until you revoke it.

For the latest setup details, supported actions, and version compatibility, see the Quire app for Gemini CLI in the Quire app directory.

Any Other MCP Client

If you're on a different MCP-capable client — a desktop AI app, an editor extension, or anything new since this post was written — the pattern is the same:

  1. Find the client's MCP configuration file or settings panel.
  2. Add the Quire MCP server endpoint — your client's documentation will show the expected config format.
  3. Authenticate via OAuth (the flow is standard — the Quire server handles the browser redirect).
  4. Verify with a test prompt.

If your client supports the MCP registry, Quire should appear there directly. If it doesn't, you may need to add the server manually — check Quire's developer documentation for the current endpoint URL.

Any client that supports Streamable HTTP MCP servers with OAuth can connect — just point it at https://mcp.quire.app/mcp. For clients that only speak the older stdio transport, use a bridge such as mcp-remote:

{
  "mcpServers": {
    "quire": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://mcp.quire.app/mcp"]
    }
  }
}

Drop that block into your client's MCP config file, restart the client, and the OAuth handshake will trigger on first use.

10 Quire MCP Prompts to Try Right After Setup

The most useful way to build intuition is to try a few real prompts. These are starting points, not exhaustive — each one exercises a different capability.

1. Pull a project overview

"Summarize the current state of my 'Website redesign' project. What's done, what's in progress, what's stuck?"

Tests: reading tasks, understanding task status, synthesizing natural-language summaries from structured data.

2. Triage your inbox

"What tasks are assigned to me and due this week in the 'Procurement Approval' project? Sort by priority."

Tests: filtering, sorting, user context.

3. Draft a standup update

"What did I complete yesterday in Quire? What am I working on today?"

Tests: historical activity, current assignments, blocker detection.

4. Create tasks from a meeting note

"Here are my sprint planning notes: [paste notes]. Turn these into tasks in the 'Q3 Sprint' project, assigned to Brent and Bailey."

Tests: task creation, assignee inference, project selection.

5. Bulk update statuses

"Mark all tasks in the 'Website redesign' project tagged 'ready-for-review' as complete."

Tests: tag filtering, batch operations, task updates.

6. Build a weekly report

"Draft a one-paragraph weekly status for stakeholders based on the last 7 days of activity in my active projects."

Tests: cross-project reading, summarization, tone matching.

7. Onboard a new team member

"Create a new project called 'Onboarding — Alex' with these tasks: [list], assigned to Alex, due in the next two weeks."

Tests: project creation, task creation, assignment, due dates.

8. Find the hidden bottleneck

"Which tasks have been in 'In Progress' for more than 5 days? Tag them 'needs-attention' and add a comment asking for a status update."

Tests: filtering, tag management, comment creation.

9. Template a recurring project

"Copy the 'Monthly marketing launch' project structure into a new project called 'Marketing launch — August'."

Tests: project duplication, structure preservation.

10. Surface risk

"Are there any projects with milestones due this month where more than 30% of tasks are incomplete?"

Tests: milestone reading, percentage calculations, risk signaling.

Want the templates behind some of these workflows? The Quire templates library has sprint planning, onboarding, and marketing launch templates you can adapt.

Project management software

How Do You Fix Common Quire MCP Setup Issues?

"Claude says it doesn't have access to Quire"

Check the MCP connector status in your client's settings. If the connector shows as disconnected, re-authenticate. If it shows as connected but Claude still claims no access, try restarting your AI client — MCP connections sometimes need a reload to register.

"It created tasks in the wrong project"

This is usually a naming ambiguity — if you have three projects with "Marketing" in the name, the AI will pick one. Either use more specific project names in your prompt ("Marketing Q3 — launch campaign") or explicitly disambiguate by quoting the full project name or pasting the project URL.

"The OAuth redirect didn't come back"

Some enterprise environments block OAuth redirects in the browser. If you get stuck mid-flow, check your firewall/proxy settings — the redirect URL needs to be reachable.

"I want to limit what Claude can do"

Quire's MCP respects your user permissions — if there are projects you don't have write access to, the AI won't either. For tighter control within a project, use a Quire role with restricted permissions for the user account you're connecting.

How Do You Revoke an AI Client's Access to Quire?

If you want to disconnect — temporarily or permanently:

  • In Claude Code — remove the connector via /plugin.
  • In Cowork — Settings → Connectors → Quire → Disconnect.
  • In Quire — Account Settings → My Apps → find the AI client → Revoke.

Revoking from Quire's side is the most authoritative — the AI client will lose access immediately, regardless of its local state.

Key Takeaways

Connecting Claude to Quire takes five minutes, requires no code, and uses scoped OAuth that you can revoke at any time. Most of the setup time is authentication — the protocol itself does the heavy lifting of translating between your AI prompts and Quire's API.

Once connected, the value shows up fastest in the coordination work you were already doing — status updates, sprint planning, task creation from meeting notes, and triage. Start with one or two of those workflows and build from there. Not everything needs to be AI-assisted, but the handful that benefit most will give you back real hours.

Project management software

Frequently Asked Questions

How do I connect Quire to Claude, ChatGPT, or another AI client?

Quire's MCP server works with any MCP-capable AI client — Claude Code, Claude Cowork, ChatGPT, Perplexity, Gemini CLI, and more. Open your client's MCP settings, add the Quire MCP server, authenticate via OAuth, and verify with a test prompt. About five minutes total.

Does Quire's MCP server work with Claude Code?

Yes. Add it through Claude Code's /plugin menu or your MCP config file, authenticate once, and Claude Code can read and write Quire data alongside your normal coding workflow.

Does Quire MCP work with Cowork?

Yes. In Cowork, go to Settings → Connectors → Add Connector, pick Quire, and sign in. Cowork can then manage tasks, projects, and documents without leaving the chat.

Which other AI tools can connect to Quire MCP?

Any MCP-capable client — Perplexity, Gemini CLI, Cursor, Windsurf, Zed, Codex, and others. The OAuth-based setup pattern is the same in every client. See Quire's developer documentation for the current list of tested integrations.

What can my AI assistant do with my Quire data?

Anything your Quire user account can do — create and update tasks, manage tags and sublists, read and write comments, edit documents, pull insights, and move work between projects.

Is my Quire data safe when I connect an AI client via MCP?

Yes. Scoped OAuth, revocable anytime from Quire's account settings. The AI only sees what your user can see, and all actions are logged to your account.

Ready to run your project management from your AI assistant?

Start your free trial at quire.io/signup — no credit card, full access, 30 days.

Vicky Pham
Marketer by day, Bibliophile by night.