Quip MCP Server

by zxkane

2 stars
342 downloads
Not rated
GitHub

About

Model Context Procotol(MCP) server for fetching Quip document

Details

Author
zxkane
GitHub stars
2
Downloads
342
Categories
Other

- Retrieve spreadsheet content from Quip documents
- Select specific sheets by name
- Returns data in CSV format with metadata
- Handles authentication via Quip API token
- Automatically truncates large spreadsheets and provides a resource URI for full access
- Stores spreadsheet content locally for efficient access

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Quip MCP Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install via uvx (recommended) or pip. Set the QUIP_TOKEN environment variable (and optionally QUIP_BASE_URL and QUIP_STORAGE_PATH). Configure in your MCP client, e.g., in Claude.app add an mcpServers.quip entry. Use the quip_read_spreadsheet tool with a required threadId and optional sheetName parameter.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "quip mcp server": {
            "quip-mcp-server-python": {
                "command": "uvx",
                "args": [
                    "quip-mcp-server"
                ]
            }
        }
    }
}

McpServers

{
    "quip-mcp-server-python": {
        "command": "uvx",
        "args": [
            "quip-mcp-server"
        ]
    }
}

Quip MCP Server

A Model Context Protocol (MCP) server for interacting with Quip spreadsheets. This server provides tools to read spreadsheet data from Quip documents and return the content in CSV format.

Features

- Retrieve spreadsheet content from Quip documents
- Support for selecting specific sheets by name
- Returns data in CSV format with metadata
- Handles authentication via Quip API token
- Provides appropriate error messages for non-spreadsheet documents
- Automatically handles large spreadsheets by truncating content when necessary
- Stores spreadsheet content locally for efficient access
- Provides resource URIs for accessing complete spreadsheet content

Installation

Using uvx (recommended)

When using uv, no specific installation is needed. We will use uvx to directly run the server:

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.