Antrophics Model context protocol to edit powerpoint files
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"pptx-xlsx-mcp": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Antrophics Model context protocol to edit powerpoint files
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml
Dynamic problem-solving through sequential thought chains
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
An open-source AI agent that brings the power of Gemini directly into your terminal.
The Apify MCP server enables your AI agents to extract data from social media, search engines, maps, e-commerce sites, or any other website using thousands of ready-made scrapers, crawlers, and automation tools available on the Apify Store.
MCP Security Weekly
Get CVE alerts and security updates for Pptx Xlsx Mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
This repository contains Model Context Protocol (MCP) servers for interacting with Microsoft Office applications through AI assistance. Currently supported applications:
Both servers use pywin32 for COM automation, allowing direct interaction with running Office applications.
pywin32 packagegit clone https://github.com/jenstangen1/mcp-pptx.git
cd mcp-pptx
uv:uv pip install pywin32
pywin32 post-install script with administrator privileges:python C:\path\to\your\env\Scripts\pywin32_postinstall.py -install
To integrate these MCP servers with Claude, add the following configuration to your Claude Desktop app settings:
{
"mcpServers": {
"powerpoint_mcp_win32": {
"command": "uv",
"args": [
"run",
"mcp_powerpoint_server_win32.py"
],
"cwd": "C:\\path\\to\\your\\workspace"
},
"excel_mcp_win32": {
"command": "uv",
"args": [
"run",
"mcp_excel_server_win32.py"
],
"cwd": "C:\\path\\to\\your\\workspace"
}
}
}
Note: Replace C:\\path\\to\\your\\workspace with your actual workspace path.
The PowerPoint server provides a comprehensive API for AI models to interact with PowerPoint presentations, supporting advanced formatting, financial charts, and data integration.
Note: You may need to modify the directory path to match your installation location.
list_presentations: List all PowerPoint files in the workspaceupload_presentation: Upload a new presentation to the workspacesave_presentation: Save the current presentationadd_slide: Add a new slide to the presentationdelete_slide: Delete a slide from the presentationget_slide_count: Get the total number of slides in the presentationanalyze_slide: Analyze the content of a slideset_background_color: Set the background color of a slideadd_text: Add text to a slideadd_shape: Add a shape to a slideedit_element: Edit an element's propertiesstyle_element: Apply styling to an elementconnect_shapes: Connect two shapes with a connectorfind_element: Find elements on a slide based on criteriaget_company_financials: Get financial data for a company (currently returns dummy data)create_financial_chart: Create a financial chart on a slidecreate_comparison_table: Create a comparison table for companiesNote: The financial tool