This MCP server automates PowerPoint presentation creation. It exposes tools for generating slides, adding text, images, and formatting. It connects to Microsoft PowerPoint via the Office JavaScript API. Developers use it to build AI agents that create presentations from data or templates.
This MCP server automates PowerPoint presentation creation. It exposes tools for generating slides, adding text, images, and formatting. It connects to Microsoft PowerPoint via the Office JavaScript API. Developers use it to build AI agents that create presentations from data or templates.
pip install powerpointAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"supercurses-powerpoint-github": {
"command": "uvx",
"args": [
"pip install powerpoint"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from powerpoint?"
API Key Required
This server requires an API key from powerpoint. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| POWERPOINT_API_KEY | Yes | Your powerpoint API key |
"What resources are available in powerpoint?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in powerpoint"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in powerpoint with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.