quip-mcp-server

quip-mcp-server

3

The Quip MCP Server facilitates integration with Quip document operations for AI assistants, specifically designed to work with Claude. It allows for reading, appending, prepending, and replacing document content directly via the MCP protocol.

Quip MCP Server

A Model Context Protocol (MCP) server for Quip document operations that enables direct interaction with Quip documents from AI assistants like Claude.

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)

Usage

Once connected, the following MCP tools become available to Claude:

  • quip_read_document: Read a Quip document by its thread ID
  • quip_append_content: Append content to a document
  • quip_prepend_content: Add content to the beginning of a document
  • quip_replace_content: Replace document content
  • quip_create_document: Create a new document (currently unsupported)

Python Script Integration

The server expects a Python script called quip_edit_fixed.py that should support operations like read, append, prepend, and replace.