Skip to main content
Glama

PowerPoint MCP Server

Dockerfile512 B
# Generated by https://smithery.ai. See: https://smithery.ai/docs/config#dockerfile FROM python:3.10-alpine # Install system dependencies (if any required, e.g., for pillow) RUN apk add --no-cache gcc musl-dev libffi-dev # Set work directory WORKDIR /app # Copy the application code COPY . . # Install Python dependencies RUN pip install --no-cache-dir -r requirements.txt # Expose port if needed (not needed for stdio) # Set the entrypoint to run the MCP server ENTRYPOINT ["python", "ppt_mcp_server.py"]

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/GongRzhe/Office-PowerPoint-MCP-Server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server