Loading MCP server directory, please wait...
MCP server for Google Docs integration with OAuth2 and service account support.
npx @getmcp/cli add com.pulsemcp/google-docsRequires Node.js 18+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.pulsemcp/google-docs": {
"command": "npx",
"args": [
"-y",
"-y",
"google-docs-workspace-mcp-server"
],
"env": {
"GOOGLE_DOCS_OAUTH_CLIENT_ID": "",
"GOOGLE_DOCS_OAUTH_CLIENT_SECRET": "",
"GOOGLE_DOCS_OAUTH_REFRESH_TOKEN": "",
"GOOGLE_DOCS_SERVICE_ACCOUNT_CLIENT_EMAIL": "",
"GOOGLE_DOCS_SERVICE_ACCOUNT_PRIVATE_KEY": "",
"GOOGLE_DOCS_IMPERSONATE_EMAIL": "",
"GOOGLE_DOCS_ENABLED_TOOLGROUPS": ""
}
}
}
}