How can we help?

Quick Start Guide

1. Install SlidesChart

Visit the Google Workspace Marketplace and search for "SlidesChart" or click the button below.

Open Google Marketplace

2. Open SlidesChart in Google Slides

Once installed, open any Google Slides presentation and go to:

Extensions → SlidesChart → Open Sidebar

MCP Server Setup

Use SlidesChart with AI assistants like Claude via our MCP (Model Context Protocol) server.

Installation

npm install @slideschart/mcp-server

Claude Code Configuration

Add to your ~/.claude/settings.json:

{
  "mcpServers": {
    "slideschart": {
      "command": "npx",
      "args": ["@slideschart/mcp-server"]
    }
  }
}

Example Prompts

  • "Create a waterfall chart showing revenue from $1M to $1.5M with sales +$800K and costs -$300K"
  • "Make a Gantt chart for a 3-month product launch with 5 phases"
  • "Create a Mekko chart showing market share by region and segment"

Still need help?

Our support team is here to assist you.

Contact Support