Servers
doubletick-cli
@cseguinlz
CLI and MCP server for email read tracking via Gmail. Send tracked emails and check if they were opened — with open count, device, and timing.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"doubletick": {
"command": "npx",
"args": [
"-y",
"doubletick-cli"
]
}
}
}