How can we help?
Getting Started
Advanced Features
AI & MCP Integration
Quick Start Guide
1. Install SlidesChart
Visit the Google Workspace Marketplace and search for "SlidesChart" or click the button below.
Open Google Marketplace2. Open SlidesChart in Google Slides
Once installed, open any Google Slides presentation and go to:
Extensions → SlidesChart → Open Sidebar3. Create Your First Chart
- Select a chart type from the sidebar (e.g., Waterfall, Mekko, Gantt)
- Enter your data manually or link to a Google Sheets range
- Customize colors, labels, and formatting
- Click "Insert" to add the chart to your slide
MCP Server Setup
Use SlidesChart with AI assistants like Claude via our MCP (Model Context Protocol) server.
Installation
npm install @slideschart/mcp-serverClaude 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"