Back to Home
forayconsulting icon

google-slides-mcp

Verified Safe

by forayconsulting

Overview

Provides semantic, developer-friendly access to the Google Slides API for creating and manipulating presentations, abstracting away verbose low-level API calls.

Installation

Run Command
google-slides-mcp --transport stdio

Environment Variables

  • GOOGLE_CLIENT_ID
  • GOOGLE_CLIENT_SECRET
  • COOKIE_ENCRYPTION_KEY

Security Notes

The project uses environment variables/secrets for sensitive Google OAuth credentials (CLIENT_ID, CLIENT_SECRET, COOKIE_ENCRYPTION_KEY). The Python implementation stores local OAuth tokens in a file with restricted permissions (0o600). There are no apparent uses of `eval`, obfuscation, or other immediately malicious patterns. Standard interactions with Google APIs (Slides, Drive, OAuth2) are expected. The FastMCP framework and Cloudflare Workers runtime provide additional security layers. The Cloudflare Workers server is publicly accessible for OAuth, which is standard for such services.

Similar Servers

Stats

Interest Score38
Security Score9
Cost ClassMedium
Avg Tokens750
Stars1
Forks0
Last Update2025-12-06

Tags

Google SlidesMCPPresentationAutomationAPI Wrapper