Office-PowerPoint-MCP-ServerMCP Server33/100 via “image insertion with scaling and positioning”
A MCP (Model Context Protocol) server for PowerPoint manipulation using python-pptx. This server provides tools for creating, editing, and manipulating PowerPoint presentations through the MCP protocol.
Unique: Handles both local file paths and remote URLs through python-pptx's image abstraction, automatically embedding images into the .pptx file for portability. Provides aspect ratio preservation and coordinate-based positioning without requiring clients to manage image objects directly.
vs others: More portable than linking external images because it embeds assets directly; simpler than raw python-pptx because it handles image loading and sizing in a single operation.