quip-mcp-server-typescript
If you are the rightful owner of quip-mcp-server-typescript 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.
A Model Context Protocol (MCP) server for interacting with Quip spreadsheets, implemented in TypeScript.
The Quip MCP Server is a TypeScript-based server designed to interact with Quip spreadsheets. It allows users to read spreadsheet data from Quip documents and return the content in CSV format. The server supports various features such as selecting specific sheets, handling authentication via Quip API tokens, and providing error messages for non-spreadsheet documents. It also offers multiple storage options, including local filesystem and Amazon S3, and supports both stdio and HTTP transport protocols. The server is equipped with structured logging, caching mechanisms, and a health check endpoint for monitoring server status. It can be deployed to AWS Lambda with API Gateway for a serverless, scalable HTTP endpoint.
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