google workspace mcp server for Zed
io.github.takiguchi-yu/google-workspace-mcp-server
An MCP server for Google Workspaces.
client:Zed
transport:stdio
runtime:npm
Install google workspace mcp server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"google-workspace-mcp-server": {
"command": "npx",
"args": [
"-y",
"@takiguchi-yu/google-workspace-mcp-server"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs