Servers
Quip MCP Server
@zxkane
Model Context Procotol(MCP) server for fetching Quip document
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"quip-mcp-server-python": {
"command": "uvx",
"args": [
"quip-mcp-server"
]
}
}
}