Get the FREE Ultimate OpenClaw Setup Guide →

powerpoint

MCP server for creating and editing PowerPoint presentations

Installation
Run this command in your terminal to add the MCP server to Claude Code.
Run in terminal:
Command
claude mcp add --transport stdio juanocampo400-powerpoint-mcp /Users/yourname/powerpoint-mcp/server.sh

How to use

The PowerPoint MCP server allows you to create and edit PowerPoint presentations programmatically. With this server, you can automate tasks such as adding slides, inserting text, and modifying existing presentations, making it an essential tool for developers looking to enhance productivity and streamline presentation workflows.

Once connected to the PowerPoint MCP server, you can interact with it by sending commands to create new presentations or modify existing ones. You can use queries to add slides, insert images, or change slide layouts. Since there are currently no specific tools documented, focus on leveraging the command structure outlined in the repository to perform actions related to presentation manipulation.

How to install

Prerequisites

  • Ensure you have Node.js installed on your machine. You can download it from nodejs.org.

Option A: Quick start with npx

Use the following command to quickly start the PowerPoint MCP server:

npx -y github:juanocampo400/powerpoint-mcp

Option B: Global install alternative

If you prefer to install it globally, you can clone the repository and run it locally:

git clone https://github.com/juanocampo400/powerpoint-mcp.git
cd powerpoint-mcp
npm install
npm start

Additional notes

When configuring the PowerPoint MCP server, ensure your environment supports any required Node.js dependencies. Check the repository for potential configuration files or environment variables that might be needed for optimal performance. Be aware that certain commands may have specific requirements or dependencies that must be fulfilled before execution.

Related MCP Servers

Sponsor this space

Reach thousands of developers