Quip

Quip MCP Connector for Claude

A+

Connect Quip to your AI to search documents, read threads, view messages, and edit content seamlessly.

12 tools Official Updated Jun 29, 2026 Official Vinkius Partner

Integrate your Quip (Salesforce) account with any AI agent to bring your real-time collaborative documents, spreadsheets, and team discussions directly into your workflow.

What you can do

  • Document Search — Perform full-text searches across all your accessible Quip documents, or fetch recently accessed threads to resume your work.
  • Read & Retrieve — Navigate the folder hierarchy and retrieve full content, extracting documentation, plans, and metadata without leaving your IDE.
  • Review Conversations — Check document-attached messages to stay up-to-date on feedback and team discussions.
  • Edit & Append — Programmatically update documents by passing HTML payloads back to specific Quip threads.

How it works

  1. Subscribe to this server.
  2. Authorize using a Quip Personal Access Token.
  3. Instruct your AI to fetch specifications or draft content directly into Quip.

Who is this for?

  • Developers — Fetch technical specifications or PRD texts directly from a Quip link before writing code.
  • Product Managers — Summarize recent comments on product strategy documents.
  • Account Executives — Draft client updates and push the finalized HTML text into a shared Quip document.
document-collaborationspreadsheetsteam-messagingcontent-managementknowledge-base

12 tools expose this connector's capabilities to your AI agent.

get_current_user

Retrieves the authenticated user profile

get_thread

Retrieves a single Quip document or thread by ID

get_threads

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

get_recent_threads

Retrieves recently viewed or edited documents

search_threads

Performs a full-text search across accessible Quip documents

get_folder

Retrieves details for a specific Quip folder

get_folders

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

get_messages

Lists chat messages or comments attached to a thread

get_user

Retrieves profile information for a specific user

get_contacts

Lists all collaborators of the authenticated user

list_blobs

Lists embedded files and images in a thread

edit_document

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

See how to talk to your AI agent using Quip.

Search Quip for documents containing 'Q3 Roadmap'.

I ran `search_threads` for 'Q3 Roadmap' and found 2 relevant documents: 1. 'Engineering Q3 Roadmap' (ID: ABC123DEF) 2. 'Design Team Syncs - Q3 Roadmap' (ID: XYZ987JKL) Would you like me to retrieve the contents of the Engineering thread?

What documents did I work on recently in Quip?

Using `get_recent_threads`, here are your latest documents: - 'Sprint 44 Retrospective' - Modified today. - 'Marketing Copy Ideas' - Modified yesterday. - 'Q3 Budget Tables' - Modified on Tuesday.

Add a new heading called 'Conclusion' and a paragraph 'All tests passed' to document ABC123DEF.

I successfully edited the thread 'ABC123DEF' using the HTML payload: `<h2>Conclusion</h2><p>All tests passed</p>`. The content has been added to the document.

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.

Related Connectors