quip-protocol-rs

GitHub

A rust implementation of the Quip Protocol forked from Substrate

5,665 stars Rust
RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "quip-protocol-rs": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-quip-protocol-rs"
      ]
    }
  }
}