Model Context Protocol is an open standard that connects AI assistants to external tools and services. Instead of switching between apps, you describe what you need and the AI does the work inside AhaSlides for you.
Think of it like giving Claude a seat at your AhaSlides account.
You'll need:
· An AhaSlides account (free or paid)
· Claude Code installed (CLI, desktop app, or VS Code / JetBrains extension)
No API key needed — you'll sign in with your AhaSlides account when you connect for the first time.
Run this command in your terminal:

Add the following to your Claude Code MCP settings (settings.json or .mcp.json):

{
"mcpServers": {
"ahaslides": {
"type": "url",
"url": "https://mcp.ahaslides.com/mcp"
}
}
}
The first time you use an AhaSlides tool, Claude Code will open a browser window for you to sign in with your AhaSlides account (email/password, Google, or Microsoft). After signing in, you're all set.
Once connected, just describe what you need. Here's everything the MCP server supports:
· Create a new presentation
· View full presentation details (slides, theme, structure)
· Create slides of 17+ types — quizzes, polls, word clouds, brainstorms, content slides, and more
· Edit slide content (titles, options, answers, paragraphs, images)
· Configure slide properties (timers, scoring, display settings, chart types)
· Reorder slides within a presentation
· Delete slides
· Skip slides during a live presentation (hide from audience without removing)
· Browse all available themes (official, custom, and team-shared)
· Apply a theme to any presentation
· Query audience response data across all your presentations
· Analyze a specific presentation's session data (participation, quiz scores, poll results)
Here are example prompts to get started:
"Create a new AhaSlides presentation called 'Q2 Team Update' with a welcome slide and an agenda."
"Add a multiple choice question to my presentation asking 'What's your biggest challenge at work?' with four options."
"Create a 5-question trivia quiz about our product features for a team training session."
"Add a word cloud slide asking participants 'What does great collaboration look like to you?'"
"Update the title of slide 3 in my presentation to 'Quarterly Highlights'."
"Move the leaderboard slide to right after the last quiz question."
"Show me all available themes, then apply a dark one to my presentation."
"How many people participated in my 'Sales Kickoff 2025' presentation? Show me the quiz scores breakdown."
"Skip the brainstorm slide during the live session — I want to keep it but not show it today."
Be specific about what you want:
· Instead of "Make a quiz", try "Make a 10-question multiple choice quiz on workplace safety for new hires, with 4 answer options each"
Reference presentations by name:
· "Add a poll to my presentation called 'Sales Kickoff 2025'"
Ask for structure first, then refine:
· "Create an outline for a 15-minute product training session, then build it in AhaSlides"
Combine with other tools:
· "Read my meeting agenda from Google Docs, then create an AhaSlides presentation from it"
Use analytics to improve:
· "Show me which quiz questions had the lowest correct answer rate in my last training session"
· No API keys to manage — authentication uses secure OAuth 2.0 (the same standard used by Google, GitHub, etc.)
· You sign in with your existing AhaSlides account — no extra credentials to create or store
· The AI can only access presentations in your account
· The MCP server only performs actions you explicitly request
· You can revoke access anytime from your AhaSlides Account Settings
· Your sign-in session will expire automatically — you'll be prompted to re-authenticate when needed
· AhaSlides Support: hi@ahaslides.com
Last updated: April 2026