Google Slides

v1.0.0Business Applicationsstable

MCP Server for Google Slides

google-slidesmcpai-integration
Share:
177
Stars
0
Downloads
0
Weekly
0/5

What is Google Slides?

Google Slides is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to mcp server for google slides

MCP Server for Google Slides

This server falls under the Business Applications category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • MCP Server for Google Slides

Use Cases

Create and edit Google Slides presentations with AI assistance.
Automate slide generation and content updates.
matteoantoci

Maintainer

LicenseNOASSERTION
Languagetypescript
Versionv1.0.0
UpdatedMay 4, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx google-slides

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Google Slides

Google Slides MCP Server connects AI models to the Google Slides API, enabling creation, reading, and programmatic updating of presentations through natural language. It supports creating new presentations, retrieving slide content, applying batch updates, and extracting all text including speaker notes. Teams use it to automate slide generation, update decks from live data, or let Claude draft and structure presentations without manual copy-paste.

Prerequisites

  • Node.js 18 or later and npm installed
  • A Google Cloud project with the Google Slides API enabled
  • OAuth 2.0 credentials (client ID, client secret, and refresh token) for your Google account
  • An MCP-compatible client such as Claude Desktop or Claude Code
1

Enable the Google Slides API

Go to the Google Cloud Console, create or select a project, enable the Google Slides API, and create OAuth 2.0 credentials. Download the credentials JSON and note your client ID and secret.

2

Obtain a refresh token

Use the Google OAuth 2.0 playground or a local script to exchange your credentials for a refresh token with the https://www.googleapis.com/auth/presentations scope.

3

Clone and build the server

Clone the repository, install dependencies, and build the TypeScript source.

git clone https://github.com/matteoantoci/google-slides-mcp.git
cd google-slides-mcp
npm install
npm run build
4

Add to your Claude Desktop config

Edit claude_desktop_config.json to register the server. Pass the three required Google OAuth environment variables.

{
  "mcpServers": {
    "google-slides": {
      "command": "node",
      "args": ["/absolute/path/to/google-slides-mcp/dist/index.js"],
      "env": {
        "GOOGLE_CLIENT_ID": "your_client_id",
        "GOOGLE_CLIENT_SECRET": "your_client_secret",
        "GOOGLE_REFRESH_TOKEN": "your_refresh_token"
      }
    }
  }
}
5

Restart your MCP client

Restart Claude Desktop or reload Claude Code. The server exposes five tools: create_presentation, get_presentation, batch_update_presentation, get_page, and summarize_presentation.

Google Slides Examples

Client configuration

Register the Google Slides MCP server with your OAuth credentials. All three env vars are required.

{
  "mcpServers": {
    "google-slides": {
      "command": "node",
      "args": ["/path/to/google-slides-mcp/dist/index.js"],
      "env": {
        "GOOGLE_CLIENT_ID": "your_client_id.apps.googleusercontent.com",
        "GOOGLE_CLIENT_SECRET": "your_client_secret",
        "GOOGLE_REFRESH_TOKEN": "your_refresh_token"
      }
    }
  }
}

Prompts to try

Create and update Google Slides presentations using natural language instructions.

- "Create a new Google Slides presentation titled 'Q4 2024 Marketing Report'"
- "Summarize all text content from presentation ID 1BxiMVs0XRA5nFMdKvBdBZjgmUUqptlbs74OgVE2upms"
- "Add a new slide with a title and three bullet points about our product roadmap"
- "Get the content from slide 2 in my presentation and rewrite it to be more concise"
- "Extract all speaker notes from this presentation and create a script document"

Troubleshooting Google Slides

Authentication fails with 'invalid_client' or 'invalid_grant' error

Your refresh token may have expired or been revoked. Re-run the OAuth flow to generate a new refresh token and update GOOGLE_REFRESH_TOKEN in your config.

batch_update_presentation returns a 403 Forbidden error

Ensure your OAuth scope includes https://www.googleapis.com/auth/presentations (not just the read-only scope). Re-authorize with the full read-write scope and get a new refresh token.

The built server cannot be found after npm run build

Check that the build output landed in the dist/ directory: ls dist/. If not, check tsconfig.json for the outDir setting and adjust the path in your MCP config accordingly.

Frequently Asked Questions about Google Slides

What is Google Slides?

Google Slides is a Model Context Protocol (MCP) server that mcp server for google slides It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Google Slides?

Follow the installation instructions on the Google Slides GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Google Slides?

Google Slides works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Google Slides free to use?

Yes, Google Slides is open source and available under the NOASSERTION license. You can use it freely in both personal and commercial projects.

Google Slides Alternatives — Similar Business Applications Servers

Looking for alternatives to Google Slides? Here are other popular business applications servers you can use with Claude, Cursor, and VS Code.

n8n

189.1k

A comprehensive MCP server that provides full control over n8n automation workflows through natural language. It offers 43 tools for managing workflows, executions, credentials, and data tables, with safety features like write-mode protection and dou

LobeHub

77.5k

🤯 LobeHub is your Chief Agent Operator, organizing your agents into 7×24 operations by hiring, scheduling, and reporting on your entire AI team.

Jeecgboot

46.4k

AI 低代码平台,「低代码 + 零代码」双模式驱动:低代码一键生成前后端代码,零代码 5 分钟搭建系统,AI Skills 一句话画流程、设计表单、生成整套系统。内置 AI聊天、知识库、流程编排、MCP插件等,兼容主流大模型。引领「AI 生成 → 在线配置 → 代码生成 → 手工合并->AI修改」开发模式,消除 Java 项目 80% 的重复工作,提效而不失灵活。

CowAgent

44.7k

CowAgent (chatgpt-on-wechat) 是基于大模型的超级AI助理,能主动思考和任务规划、访问操作系统和外部资源、创造和执行Skills、通过长期记忆和知识库不断成长,比OpenClaw更轻量和便捷。同时支持微信、飞书、钉钉、企微、QQ、公众号、网页等接入,可选择DeepSeek/OpenAI/Claude/Gemini/ MiniMax/Qwen/GLM/LinkAI,能处理文本、语音、图片和文件,可快速搭建个人AI助理和企业数字员工。

Minds Platform

39.2k

Platform dedicated to building an open foundation for applied Artificial Intelligence, designed for people seeking production-ready AI systems they can truly control, extend and deploy anywhere.

Astrbot

32.8k

AI Agent Assistant & development framework that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. ✨

Browse More Business Applications MCP Servers

Explore all business applications servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "google-slides": { "command": "npx", "args": ["-y", "google-slides"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Google Slides?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides