Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Quip Mcp Server

    quip mcp server

    5 stars
    JavaScript
    Updated Oct 31, 2025

    Table of Contents

    • Features
    • How It Works
    • Prerequisites
    • Installation
    • Usage
    • Python Script Integration
    • License
    • Author

    Table of Contents

    • Features
    • How It Works
    • Prerequisites
    • Installation
    • Usage
    • Python Script Integration
    • License
    • Author

    Documentation

    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)

    How It Works

    This MCP server acts as a bridge between Claude and Quip documents. It works by:

    1. Receiving requests from Claude through the MCP protocol

    2. Executing a Python script (quip_edit_fixed.py) with the appropriate parameters

    3. Returning the results back to Claude

    Prerequisites

    • Node.js v18 or higher
    • TypeScript
    • Python with quip library installed
    • A valid Quip access token

    Installation

    1. Clone this repository:

    code
    git clone https://github.com/AvinashBole/quip-mcp-server.git
       cd quip-mcp-server

    2. Install dependencies:

    code
    npm install

    3. Build the project:

    code
    npm run build

    4. Configure your MCP settings:

    json
    {
         "mcpServers": {
           "quip": {
             "command": "node",
             "args": ["path/to/quip-server/build/index.js"],
             "env": {
               "QUIP_ACCESS_TOKEN": "your-quip-access-token",
               "QUIP_BASE_URL": "https://platform.quip.com"
             },
             "disabled": false,
             "autoApprove": []
           }
         }
       }

    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)

    Example usage in Claude:

    code
    quip
    quip_read_document
    
    {
      "threadId": "YOUR_DOCUMENT_ID"
    }

    Python Script Integration

    The server expects a Python script called quip_edit_fixed.py in the path specified by the PYTHON_SCRIPT_PATH constant. This script should support the following operations:

    • read: Read document content
    • append: Add content to the end of a document
    • prepend: Add content to the beginning of a document
    • replace: Update document content

    License

    ISC License

    Author

    AvinashBole

    Similar MCP

    Based on tags & features

    • WA

      Waha Mcp

      JavaScript00
    • WI

      Wizzy Mcp Tmdb

      JavaScript00
    • RI

      Rijksmuseum Mcp

      JavaScript·
      59
    • MC

      Mcp Server Playwright

      JavaScript·
      262

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • WA

      Waha Mcp

      JavaScript00
    • WI

      Wizzy Mcp Tmdb

      JavaScript00
    • RI

      Rijksmuseum Mcp

      JavaScript·
      59
    • MC

      Mcp Server Playwright

      JavaScript·
      262

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k