Skip to content

Connect Claude Code, Cursor, and claude.ai

Configure supported MCP clients and complete Quire's browser-based OAuth approval flow.

Last updated

The Quire MCP endpoint is https://app.quire.bot/mcp. Open Connect agent from your Quire account menu to copy the configuration for your current environment.

Claude Code

Claude Code requires version 2.1.207 or newer, Node.js 20 or newer, and the connection name quire.

claude mcp add --transport http quire https://app.quire.bot/mcp

Run /mcp in Claude Code and choose the Quire connection. Your browser opens Quire's approval page. Confirm the team and scopes, complete any required account security check, and approve.

The optional Quire Claude Code plugin securely forwards images pasted into a chat. Install instructions are available in the in-product Connect agent dialog.

Cursor

Add Quire to ~/.cursor/mcp.json:

{
  "mcpServers": {
    "quire": {
      "url": "https://app.quire.bot/mcp"
    }
  }
}

Open Cursor's MCP settings, select Needs login next to Quire, and approve the connection in your browser.

claude.ai

In claude.ai, open Settings → Connectors → Add custom connector. Paste https://app.quire.bot/mcp, choose Connect, and approve in the browser tab that opens.

Other clients

Choose Streamable HTTP as the transport and use the same endpoint. A compatible client discovers Quire's OAuth metadata automatically. No static access token is required.