
SlideSpeak MCP Server
The SlideSpeak MCP Server connects AI assistants to the SlideSpeak API, enabling automated, programmatic creation of PowerPoint presentations for business, educ...
Automate PowerPoint creation and editing with the Office-PowerPoint MCP Server. Empower your AI workflows to generate, modify, and manage presentations seamlessly in FlowHunt.
The Office-PowerPoint MCP Server is a Model Context Protocol (MCP) server designed for advanced PowerPoint manipulation using the python-pptx
library. This server provides a suite of tools that enable AI assistants and developers to create, edit, and manage PowerPoint presentations programmatically via the MCP protocol. By exposing PowerPoint operations as accessible tools, the server streamlines workflows like automated slide generation, content updates, and batch editing, empowering AI-driven assistants to interact with presentations just like a human user. This integration enhances development workflows by automating repetitive tasks and enabling seamless interactions between AI, external data sources, and PowerPoint files.
No information about reusable prompt templates is provided in the repository.
No explicit resources are described in the repository or documentation.
The following tools are provided by the Office-PowerPoint MCP Server (based on filenames and project description):
python-pptx
) are installed.mcpServers
section:{
"mcpServers": {
"office-powerpoint-mcp": {
"command": "python",
"args": ["ppt_mcp_server.py"]
}
}
}
{
"mcpServers": {
"office-powerpoint-mcp": {
"command": "python",
"args": ["ppt_mcp_server.py"]
}
}
}
python-pptx
).{
"mcpServers": {
"office-powerpoint-mcp": {
"command": "python",
"args": ["ppt_mcp_server.py"]
}
}
}
{
"mcpServers": {
"office-powerpoint-mcp": {
"command": "python",
"args": ["ppt_mcp_server.py"]
}
}
}
Note on Securing API Keys:
If API keys or credentials are required, store them in environment variables and reference them in the configuration. Example:
{
"mcpServers": {
"office-powerpoint-mcp": {
"command": "python",
"args": ["ppt_mcp_server.py"],
"env": {
"API_KEY": "${OFFICE_POWERPOINT_API_KEY}"
},
"inputs": {
"api_key": "${OFFICE_POWERPOINT_API_KEY}"
}
}
}
}
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:
{
"office-powerpoint-mcp": {
"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 “office-powerpoint-mcp” to whatever the actual name of your MCP server is and replace the URL with your own MCP server URL.
Section | Availability | Details/Notes |
---|---|---|
Overview | ✅ | Found in README and project description |
List of Prompts | ⛔ | No prompt templates described |
List of Resources | ⛔ | No explicit resources listed |
List of Tools | ✅ | Tools for PowerPoint creation and editing described |
Securing API Keys | ⛔ | No API key usage mentioned in docs |
Sampling Support (less important in evaluation) | ⛔ | Not specified |
Between these two tables, the Office-PowerPoint MCP Server scores highly for core functionality and developer practicality but lacks documentation for advanced MCP features like prompts, resources, or sampling. It is well-suited for PowerPoint automation, but advanced MCP integrators may need more detail.
Has a LICENSE | ✅ |
---|---|
Has at least one tool | ✅ |
Number of Forks | 27 |
Number of Stars | 212 |
It is an MCP (Model Context Protocol) server that enables automated, programmatic creation and manipulation of PowerPoint presentations using the python-pptx library. It exposes tools for AI agents to generate, edit, and manage slides as part of automated workflows.
The server provides tools for creating new PowerPoint presentations, editing existing ones, manipulating slides (add, remove, reorder), and editing content (text, images, etc.) on slides.
You can use the Office-PowerPoint MCP Server for automated report and educational content generation, bulk slide updates, data-driven presentations, and integrating PowerPoint tasks into automated workflows.
Install Python and python-pptx. Add the server configuration to your platform (Windsurf, Claude, Cursor, or Cline) as shown above, then restart your tool and verify the server is running.
Add the MCP component to your FlowHunt workflow, configure it with your server details, and connect it to your AI agent. This allows the agent to use all available PowerPoint tools programmatically.
No API keys are required for the Office-PowerPoint MCP Server by default, but if you add authentication, use environment variables and reference them in your configuration.
Supercharge your workflows by automating PowerPoint tasks. Connect the Office-PowerPoint MCP Server to your AI agent and streamline presentation creation, editing, and data-driven reporting.
The SlideSpeak MCP Server connects AI assistants to the SlideSpeak API, enabling automated, programmatic creation of PowerPoint presentations for business, educ...
The Office-Word MCP Server bridges AI assistants and Microsoft Word documents, enabling automated document creation, editing, formatting, and content extraction...
The Model Context Protocol (MCP) Server bridges AI assistants with external data sources, APIs, and services, enabling streamlined integration of complex workfl...