Skip to main content
Glama
zxkane

Quip MCP Server (TypeScript)

by zxkane

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_PORTNoMCP server port (optional, defaults to 3000)3000
JSON_LOGSNoOutput logs as JSON (true/false)
QUIP_MOCKNoMock mode (true/false)
S3_BUCKETNoS3 bucket name (required when STORAGE_TYPE=s3)
S3_PREFIXNoPrefix for S3 object keys (optional)
S3_REGIONNoS3 region (required when STORAGE_TYPE=s3)
QUIP_DEBUGNoDebug mode (true/false)
QUIP_TOKENYesQuip API token (required unless in mock mode)
MCP_API_KEYNoAPI key for authentication (auto-generated if not provided)
STORAGE_TYPENoStorage type (local or s3, defaults to 'local')local
QUIP_BASE_URLNoQuip API base URL (optional, defaults to https://platform.quip.com)https://platform.quip.com
MCP_AUTH_ENABLEDNoEnable API key authentication (true/false)
QUIP_STORAGE_PATHNoPath to store CSV files (defaults to ~/.quip-mcp-server/storage)
S3_URL_EXPIRATIONNoS3 URL expiration in seconds (default: 3600)3600
MCP_API_KEY_HEADERNoAPI 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

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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