Google Sheets
Google Sheets integration with OAuth, spreadsheet management, batch operations, and formatting
{
"mcpServers": {
"mcp-sheets": {
"command": "npx",
"args": [
"-y",
"@mcp-z/mcp-sheets"
],
"env": {
"GOOGLE_CLIENT_ID": "<google_client_id>",
"GOOGLE_CLIENT_SECRET": "<your-google_client_secret>",
"GOOGLE_SERVICE_ACCOUNT_KEY_FILE": "<google_service_account_key_file>",
"AUTH_MODE": "<auth_mode>",
"HEADLESS": "false",
"REDIRECT_URI": "<redirect_uri>",
"RESOURCE_STORE_URI": "<resource_store_uri>",
"PORT": "<port>",
"BASE_URL": "<base_url>",
"LOG_LEVEL": "<log_level>",
"DCR_MODE": "self-hosted",
"DCR_VERIFY_URL": "<dcr_verify_url>",
"DCR_STORE_URI": "file://~/.mcp-z/mcp-sheets/dcr.json"
}
}
}
}{
"mcpServers": {
"mcp-sheets": {
"command": "npx",
"args": [
"-y",
"@mcp-z/mcp-sheets"
],
"env": {
"GOOGLE_CLIENT_ID": "<google_client_id>",
"GOOGLE_CLIENT_SECRET": "<your-google_client_secret>",
"GOOGLE_SERVICE_ACCOUNT_KEY_FILE": "<google_service_account_key_file>",
"AUTH_MODE": "<auth_mode>",
"HEADLESS": "false",
"REDIRECT_URI": "<redirect_uri>",
"RESOURCE_STORE_URI": "<resource_store_uri>",
"PORT": "<port>",
"BASE_URL": "<base_url>",
"LOG_LEVEL": "<log_level>",
"DCR_MODE": "self-hosted",
"DCR_VERIFY_URL": "<dcr_verify_url>",
"DCR_STORE_URI": "file://~/.mcp-z/mcp-sheets/dcr.json"
}
}
}
}npx -y @mcp-z/mcp-sheetsGOOGLE_CLIENT_IDGoogle OAuth client ID (required for OAuth authentication modes)
GOOGLE_CLIENT_SECRETGoogle OAuth client secret (optional for public clients)
GOOGLE_SERVICE_ACCOUNT_KEY_FILEPath to service account JSON key file (required for service-account auth mode)
AUTH_MODEAuthentication mode
HEADLESSDisable browser auto-open, return auth URL instead (true/false)
REDIRECT_URIOAuth redirect URI (optional, default: ephemeral loopback)
RESOURCE_STORE_URIResource store URI for exported files (file://)
PORTHTTP server port (overrides --port)
BASE_URLBase URL for HTTP transport (used for OAuth/DCR endpoints and file links)
LOG_LEVELLogging level
GOOGLE_CLIENT_IDGoogle OAuth client ID (required for OAuth authentication modes)
GOOGLE_CLIENT_SECRETGoogle OAuth client secret (optional for public clients)
GOOGLE_SERVICE_ACCOUNT_KEY_FILEPath to service account JSON key file (required for service-account auth mode)
AUTH_MODEAuthentication mode
HEADLESSDisable browser auto-open, return auth URL instead (true/false)
REDIRECT_URIOAuth redirect URI (optional, default: ephemeral loopback)
DCR_MODEDynamic Client Registration mode
DCR_VERIFY_URLExternal verification endpoint URL (required for external DCR mode)
DCR_STORE_URIDCR client storage URI (for self-hosted DCR mode)
RESOURCE_STORE_URIResource store URI for exported files (file://)
PORTHTTP server port (overrides --port)
BASE_URLBase URL for HTTP transport (used for OAuth/DCR endpoints and file links)
LOG_LEVELLogging level
Remote MCP server for Tandem docs, install guides, SDKs, workflows, and agent setup help.
Google Ads MCP server — manage campaigns, keywords, and metrics.
Publish markdown documents as public share links with mermaid diagram support. Built by AutEng.ai