Proton Drive CLI MCP for Grok
io.github.borealstack/proton-drive-cli-mcp
Manage Proton Drive from MCP clients through Proton's official CLI without exposing credentials.
client:Grok
transport:stdio
runtime:npm
Install Proton Drive CLI MCP in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"proton-drive-cli-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@borealstack/proton-drive-cli-mcp"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs