ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Quip with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Connect Quip to your AI to search documents, read threads, view messages, and edit content seamlessly.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 12 capabilities

The complete Quip capability set.

These are the exact actions your AI can choose when you ask it to work with Quip.

Capability set01 / 03

01-04

4 capabilities in this set.

Part of 12 available through Quip.

  1. 01

    Get contacts

    Lists all collaborators of the authenticated user

  2. 02

    Get folder

    Retrieves details for a specific Quip folder

  3. 03

    Get folders

    Provide a comma-separated list of IDs. Batch-fetches multiple Quip folders by their IDs

  4. 04

    Get messages

    Lists chat messages or comments attached to a thread

Capability set02 / 03

05-08

4 capabilities in this set.

Part of 12 available through Quip.

  1. 05

    Get threads

    Provide a comma-separated list of IDs. Batch-fetches multiple Quip threads by their IDs

  2. 06

    Get user

    Retrieves profile information for a specific user

  3. 07

    Search threads

    Performs a full-text search across accessible Quip documents

  4. 08

    Edit document

    You must provide HTML content. Edits content in a Quip document

Capability set03 / 03

09-12

4 capabilities in this set.

Part of 12 available through Quip.

  1. 09

    Get current user

    Retrieves the authenticated user profile

  2. 10

    List blobs

    Lists embedded files and images in a thread

  3. 11

    Get recent threads

    Retrieves recently viewed or edited documents

  4. 12

    Get thread

    Retrieves a single Quip document or thread by ID

Observed, not estimated

900ms average. Fast in production.

Quip is checked daily against the live service.

Daily averagePeak 1044ms
Aug 20Today
Fastest day
729ms
Slowest day
1044ms
14-day trend
Slowing+31%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 12 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Quip, so you can see the experience inside your AI.

It does not authenticate your account with Quip. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Quip Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_1UL0UXQhlYqZkSucrFrpZEiYn5ngmAqW6z1GXsjb/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Quip capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "quip-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_1UL0UXQhlYqZkSucrFrpZEiYn5ngmAqW6z1GXsjb/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Quip owners ask.

  • 01

    How do I securely obtain my Quip Access Token?

    Sign in to your Quip account. Navigate to your API token generator page (usually at platform.quip.com or via Quip's Developer Settings). Generate a Personal Access Token, copy the string, and securely save it in the configuration fields below.

  • 02

    Can I provide a Quip document URL to my AI, or just the ID?

    You can provide the standard URL. The agent is capable of recognizing the URL structure, extracting the alphanumeric thread_id, and performing the operation accurately.

  • 03

    Can it read embedded images or files inside the document?

    The agent detects their existence by reading the raw structure and uses list_blobs to catalog attachments. However, downloading the actual files depends on your client's supported capabilities.

  • 04

    Is the edit operation destructive?

    The edit_document function uses Quip's native append logic to add new HTML blocks at the end of the document, mitigating complete overwrites. Additionally, Quip maintains a full version history allowing rollbacks if necessary.