quip-mcp-server-python
1
The Quip MCP Server is a tool for accessing and managing spreadsheet data from Quip documents using the Model Context Protocol (MCP). It supports retrieving data in CSV format, facilitates storage and retrieval via resource URIs, and integrates authentication through Quip API tokens.
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
Usage
- Configure parameters in Claude settings and use commands to manage spreadsheet data
- Available commands include setting storage paths, choosing file protocols, and adjusting debug settings
How It Works
The server exports spreadsheets via the Quip API and converts to CSV format. For large spreadsheets, it stores the complete CSV locally and provides truncated data with metadata for immediate use, along with complete access via resource URIs.