SlideSpeak MCP Server
Automate and streamline the creation of PowerPoint presentations via the SlideSpeak API, integrated into FlowHunt’s MCP ecosystem.

What does “SlideSpeak” MCP Server do?
The SlideSpeak MCP Server acts as a bridge between AI assistants and the SlideSpeak API, enabling seamless creation of PowerPoint presentations through automated workflows. By exposing the SlideSpeak API as an MCP (Model Context Protocol) server, it allows users and developers to generate slide decks, automate reporting, and create presentations programmatically. This significantly enhances development workflows by letting AI agents interact with external presentation services, streamlining the process of producing, customizing, and delivering presentation content without manual effort. SlideSpeak MCP is ideal for anyone who needs to automate the generation of PowerPoint files in response to tasks or data, making it especially useful in business, education, and analytics settings.
List of Prompts
No prompt templates are explicitly mentioned in the repository or documentation.
List of Resources
No explicit resources are listed in the repository or documentation.
List of Tools
No explicit tool definitions (such as MCP tool interfaces or function names) are found in server.py or other files in the repository.
Use Cases of this MCP Server
- Automated Report Generation
Developers and businesses can automate the creation of slide-based reports, pulling data from various sources and formatting it into a professional PowerPoint deck with minimal manual intervention. - Business Presentation Automation
Teams can streamline the process of preparing recurring presentations, such as weekly updates or client deliverables, by using AI to generate and update slides. - Educational Content Production
Educators and e-learning platforms can programmatically create lecture slides, quizzes, or study materials, reducing preparation time and enabling dynamic content updates. - Data-Driven Slide Decks
Analysts can leverage the MCP server to transform analytics data into visual presentations, making it easier to communicate insights to stakeholders. - Customizable Slide Workflows
Developers can integrate SlideSpeak MCP into larger workflows, enabling customized, branded presentations as part of automated processes or customer-facing applications.
How to set it up
Windsurf
No setup instructions found for Windsurf in the repository.
Claude
- Prerequisite: Ensure Docker is installed (Download Docker Desktop).
- API Key: Obtain a SlideSpeak API key from slidespeak.co/slidespeak-api/.
- Edit Configuration: Open your
claude_desktop_config.json
. - Add MCP Server Entry: Insert the following JSON under the
mcpServers
section:{ "mcpServers": { "slidespeak": { "command": "docker", "args": [ "run", "-i", "--rm", "-e", "SLIDESPEAK_API_KEY", "slidespeak/slidespeak-mcp:latest" ], "env": { "SLIDESPEAK_API_KEY": "YOUR-API-KEY-HERE" } } } }
- Save and Restart: Save the file and restart Claude Desktop to load the new server.
Securing API Keys:
- API keys should be provided via the
env
field in your configuration.
Example:"env": { "SLIDESPEAK_API_KEY": "YOUR-API-KEY-HERE" }
Cursor
No setup instructions found for Cursor in the repository.
Cline
No setup instructions found for Cline in the repository.
How to use this MCP inside flows
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:

Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"slidespeak": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change "slidespeak"
to whatever the actual name of your MCP server is and replace the URL with your own MCP server URL.
Overview
Section | Availability | Details/Notes |
---|---|---|
Overview | ✅ | Overview based on README and repo description |
List of Prompts | ⛔ | No prompt templates found |
List of Resources | ⛔ | No explicit resources listed |
List of Tools | ⛔ | No explicit MCP tools defined in code/docs |
Securing API Keys | ✅ | Shown in config “env” example |
Sampling Support (less important in evaluation) | ⛔ | Not mentioned |
Our opinion
The SlideSpeak MCP server is straightforward and focused on a single use case—PowerPoint automation via SlideSpeak API. However, the repository lacks detailed MCP interface documentation, prompt templates, resources, or explicit tool listings, which limits extensibility and clarity for developers. Its setup instructions for Claude are clear and API key security is addressed, but broader platform support and richer documentation would be beneficial.
Based on the two tables and available information, I would rate this MCP server a 3/10 for general MCP developer usability and completeness.
MCP Score
Has a LICENSE | ⛔ (No LICENSE file found) |
---|---|
Has at least one tool | ⛔ |
Number of Forks | 3 |
Number of Stars | 6 |
Frequently asked questions
- What is the SlideSpeak MCP Server?
The SlideSpeak MCP Server acts as a bridge between AI agents and the SlideSpeak API, enabling automated PowerPoint presentation creation through programmatic workflows.
- What are typical use cases?
Automated report generation, business presentation automation, educational content production, data-driven slide decks, and customizable slide workflows.
- How do I setup SlideSpeak MCP in Claude?
Install Docker, get your API key from SlideSpeak, and configure the `claude_desktop_config.json` as shown in the setup instructions.
- How do I secure my API keys?
API keys should be set via the `env` field in your MCP server configuration to avoid hardcoding sensitive information in scripts.
- Can I use SlideSpeak MCP with FlowHunt?
Yes. Add the MCP component in your FlowHunt workflow and configure the system MCP settings with your SlideSpeak server details.
Try SlideSpeak MCP with FlowHunt
Effortlessly automate your presentation workflows. Connect AI agents to the SlideSpeak MCP Server for instant PowerPoint generation.