quip-mcp-server-python

quip-mcp-server-python

3.2

If you are the rightful owner of quip-mcp-server-python and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Quip MCP Server is a Model Context Protocol server designed to interact with Quip spreadsheets, providing tools to read spreadsheet data and return it in CSV format.

The Quip MCP Server is a specialized server that facilitates interaction with Quip spreadsheets through the Model Context Protocol (MCP). It allows users to retrieve spreadsheet content from Quip documents, select specific sheets, and receive data in CSV format. The server handles authentication via the Quip API token and provides error messages for non-spreadsheet documents. It efficiently manages large spreadsheets by truncating content when necessary and stores spreadsheet content locally for quick access. Additionally, it offers resource URIs for accessing complete spreadsheet content, supporting both stdio and HTTP transport. The server can be run using 'uvx' or installed via pip, and it supports configuration through environment variables or a .env file.

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 resource URIs for accessing complete spreadsheet content