14 lines
403 B
JSON
14 lines
403 B
JSON
{
|
|
"mcpServers": {
|
|
"google-workspace": {
|
|
"description": "Control Gmail, Google Calendar, Docs, Sheets, Slides, Chat, Forms, Tasks, Search, and Drive with AI via Google Workspace MCP.",
|
|
"command": "uvx",
|
|
"args": ["workspace-mcp"],
|
|
"env": {
|
|
"GOOGLE_OAUTH_CLIENT_ID": "<your-client-id>",
|
|
"GOOGLE_OAUTH_CLIENT_SECRET": "<your-client-secret>"
|
|
}
|
|
}
|
|
}
|
|
}
|