power-point-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PPTX_TARGET | Yes | Absolute path to the one .pptx the server may touch. | |
| PPTX_TEMPLATE | No | Absolute path to a .pptx or .potx template, if any. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| presentation_infoA | Return high-level facts about the bound presentation. |
| list_slidesA | List every slide with its layout, title, and a short text snippet. |
| read_slideC | Return shape-level details for a single slide. |
| create_presentation_from_templateC | Create the bound target file from PPTX_TEMPLATE. |
| add_slideB | Add a slide using |
| set_slide_placeholderC | Set a placeholder on an existing slide by its name. |
| set_slide_placeholder_by_idxC | Set a placeholder on an existing slide by its layout idx. |
| set_slide_titleC | Set the title placeholder of a slide. |
| delete_slideC | Remove a slide from the bound presentation. |
| reorder_slideC | Move a slide to a new position. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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/timon-strauss/power-point-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server