Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"quip": {
"command": "node",
"args": [
"path/to/quip-server/build/index.js"
],
"env": {
"QUIP_ACCESS_TOKEN": "your-quip-access-token",
"QUIP_BASE_URL": "https://platform.quip.com"
},
"disabled": false,
"autoApprove": []
}
}
}