AvinashBole_quip-mcp-server

AvinashBole_quip-mcp-server

3.2

If you are the rightful owner of AvinashBole_quip-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Quip MCP Server facilitates interaction between AI assistants like Claude and Quip documents, enabling document operations through the Model Context Protocol.

The Quip MCP Server is designed to bridge the gap between AI assistants, such as Claude, and Quip documents, allowing for seamless document operations via the Model Context Protocol (MCP). This server enables users to perform various document manipulations, such as reading, appending, prepending, and replacing content within Quip documents. It operates by receiving requests from Claude, executing a Python script with the necessary parameters, and returning the results back to Claude. The server requires Node.js, TypeScript, and Python with the Quip library installed, along with a valid Quip access token. This setup ensures that users can efficiently manage their Quip documents directly through AI interactions, enhancing productivity and streamlining document management tasks.

Features

  • Read Documents: Fetch and display Quip document content by ID.
  • Append Content: Add content to the end of existing documents.
  • Prepend Content: Add content to the beginning of documents.
  • Replace Content: Update document content.
  • Create Documents: Intended support for creating new documents (currently redirects to web interface).

Tools

  1. quip_read_document

    Read a Quip document by its thread ID.

  2. quip_append_content

    Append content to a document.

  3. quip_prepend_content

    Add content to the beginning of a document.

  4. quip_replace_content

    Replace document content.

  5. quip_create_document

    Create a new document (currently unsupported).