Quip
Fetches Quip document spreadsheet data, supporting both stdio and streamable HTTP.
About
This Model Context Protocol (MCP) server, implemented in TypeScript, enables interaction with Quip spreadsheets. It provides tools to read spreadsheet data from Quip documents and return the content in CSV format. The server supports both stdio and HTTP transports, allowing integration with various applications and services. It features robust error handling, mock mode for testing, structured logging, API key authentication, and caching for improved performance.
Key Features
- Offers authentication via Quip API token or API key.
- Retrieves spreadsheet content from Quip documents in CSV format.
- Supports selecting specific sheets by name.
- Provides resource URIs for accessing complete spreadsheet content.
- Includes a health check endpoint for monitoring server status.
- 0 GitHub stars
Use Cases
- Automating data extraction from Quip spreadsheets for analysis.
- Integrating Quip spreadsheet data into other applications.
- Using Quip spreadsheets as a data source for generative AI models.