Quip MCP Server (TypeScript)
by zxkane
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_PORT | No | MCP server port (optional, defaults to 3000) | 3000 |
| JSON_LOGS | No | Output logs as JSON (true/false) | |
| QUIP_MOCK | No | Mock mode (true/false) | |
| S3_BUCKET | No | S3 bucket name (required when STORAGE_TYPE=s3) | |
| S3_PREFIX | No | Prefix for S3 object keys (optional) | |
| S3_REGION | No | S3 region (required when STORAGE_TYPE=s3) | |
| QUIP_DEBUG | No | Debug mode (true/false) | |
| QUIP_TOKEN | Yes | Quip API token (required unless in mock mode) | |
| MCP_API_KEY | No | API key for authentication (auto-generated if not provided) | |
| STORAGE_TYPE | No | Storage type (local or s3, defaults to 'local') | local |
| QUIP_BASE_URL | No | Quip API base URL (optional, defaults to https://platform.quip.com) | https://platform.quip.com |
| MCP_AUTH_ENABLED | No | Enable API key authentication (true/false) | |
| QUIP_STORAGE_PATH | No | Path to store CSV files (defaults to ~/.quip-mcp-server/storage) | |
| S3_URL_EXPIRATION | No | S3 URL expiration in seconds (default: 3600) | 3600 |
| MCP_API_KEY_HEADER | No | API key header name (defaults to X-API-Key) | X-API-Key |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/zxkane/quip-mcp-server-typescript'
If you have feedback or need assistance with the MCP directory API, please join our Discord server