Quip MCP Server
@zxkane
关于 Quip MCP Server
Model Context Procotol(MCP) server for fetching Quip document
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"quip-mcp-server-python": {
"command": "uvx",
"args": [
"quip-mcp-server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Quip MCP Server?
Quip MCP Server is a Model Context Protocol (MCP) server for reading spreadsheet content from Quip documents. It provides tools to retrieve spreadsheet data and return it in CSV format, intended for use with MCP‑compatible clients like Claude.
How to use Quip MCP Server?
Install via uvx (recommended) or pip. Set the QUIP_TOKEN environment variable (and optionally QUIP_BASE_URL and QUIP_STORAGE_PATH). Configure in your MCP client, e.g., in Claude.app add an mcpServers.quip entry. Use the quip_read_spreadsheet tool with a required threadId and optional sheetName parameter.
Key features of Quip MCP Server
- Retrieve spreadsheet content from Quip documents
- Select specific sheets by name
- Returns data in CSV format with metadata
- Handles authentication via Quip API token
- Automatically truncates large spreadsheets and provides a resource URI for full access
- Stores spreadsheet content locally for efficient access
Use cases of Quip MCP Server
- Reading Quip spreadsheet data into AI assistants like Claude
- Extracting specific sheets for analysis or reporting
- Automating data retrieval from Quip documents
- Integrating Quip data with other MCP‑compatible tools
FAQ from Quip MCP Server
What transport does the Python server support?
The Python server uses stdio transport. (A separate TypeScript version supports both stdio and HTTP.)
How are large spreadsheets handled?
The server truncates csv_content to approximately 10 KB and sets is_truncated: true in the metadata. A resource_uri is provided to access the complete content via MCP resources.
What happens if I supply a non‑spreadsheet document or an invalid sheet name?
The server returns an appropriate error message for both cases.
Where does the server store CSV files locally?
By default, files are stored in ~/.quip‑mcp‑server/storage. This can be overridden with the QUIP_STORAGE_PATH environment variable or the --storage‑path command‑line argument.
What are the required environment variables?
QUIP_TOKEN is required. QUIP_BASE_URL (defaults to https://platform.quip.com) and QUIP_STORAGE_PATH are optional.
其他 分类下的更多 MCP 服务器
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Nginx UI
0xJackyYet another WebUI for Nginx

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
ACI: Open-Source Infra to Power Unified MCP Servers
aipotheosis-labsACI.dev is the open source tool-calling platform that hooks up 600+ tools into any agentic IDE or custom AI agent through direct function calling or a unified MCP server. The birthplace of VibeOps.
Awesome Mlops
visengerA curated list of references for MLOps
评论