Cross-Platform PowerPoint MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| 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 |
|---|---|
| initialize_powerpointB | |
| get_presentationsB | Get a list of all open PowerPoint presentations with their metadata. |
| open_presentationB | |
| get_slidesC | |
| get_slide_textB | |
| update_textC | |
| save_presentationB | |
| close_presentationC | |
| create_presentationB | |
| add_slideA | |
| add_text_boxA | |
| set_slide_titleB | |
| get_platform_infoB | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 13 tools
Most tools have distinct purposes, but there is some overlap between add_text_box and update_text that could cause confusion. add_text_box creates a new text box with content, while update_text modifies existing text in a shape, but both involve text manipulation on slides. Other tools like create_presentation, open_presentation, and close_presentation are clearly differentiated.
All tool names follow a consistent verb_noun pattern using snake_case, such as add_slide, get_slides, and save_presentation. The naming is predictable and uniform throughout the set, making it easy for agents to understand the action and target.
With 13 tools, the server is well-scoped for PowerPoint operations, covering presentation lifecycle, slide management, and text editing. Each tool serves a clear purpose without redundancy, and the count is appropriate for the domain, allowing comprehensive control without being overwhelming.
The tool set provides strong coverage for core PowerPoint tasks, including CRUD operations for presentations and slides, and text manipulation. However, there are minor gaps, such as missing tools for adding images, shapes, or charts, and no direct way to delete slides or shapes, which agents might need to work around.