MCP Server
MCP
Google Workspace MCP Server
Google Workspace as 39 curated MCP tools: Gmail, Calendar, Drive, Sheets, Docs, and Tasks.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "gws-mcp-server",
"version": "0.4.0",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"description": "Comma-separated list of Google services to expose (drive,sheets,calendar,docs,gmail,tasks). Defaults to all.",
"default": "drive,sheets,calendar,docs,gmail,tasks",
"type": "named",
"name": "--services"
},
{
"description": "Path to the gws binary if not on PATH.",
"type": "named",
"name": "--gws-path"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment