Quip MCP Server
About
Model Context Procotol(MCP) server for fetching Quip document
Details
- Author
- zxkane
- GitHub stars
- 2
- Downloads
- 298
- Categories
- Other
Jump to
- 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.
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:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Quip MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install via uvx (recommended) or pip, then set environment variables QUIP_TOKEN and optionally QUIP_BASE_URL and QUIP_STORAGE_PATH. Run the server with uvx quip-mcp-server or python -m src.server. Use the quip_read_spreadsheet tool with a threadId and optional sheetName.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"quip mcp server": {
"quip-mcp-server": {
"command": "uvx",
"args": [
"quip-mcp-server"
]
}
}
}
}
McpServers
{
"quip-mcp-server": {
"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
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



