Excel-PPT Generator
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Excel-PPT GeneratorUpdate quantity to 100 and price to 25, then generate PPT report"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Excel-PPT Generator
The Excel-PPT Generator is a Model Context Protocol (MCP) server that automates the workflow between data entry in Excel and report generation in PowerPoint. It allows an AI assistant to bridge the gap between financial calculations and final presentations.
Features
Write Inputs: Updates specific Excel cells (Quantity, Price, Country, etc.) directly from a chat interface.
Read Outputs: Uses
xlwingsto open Excel and read calculated results (Subtotal, Tax, Total), ensuring all formulas are fully evaluated.Generate PPT: Automatically populates a PowerPoint template by replacing placeholders (e.g.,
{{total}}) with actual data from the Excel output.
Related MCP server: mcp-powerpoint
Setup
1. Prerequisites
Windows OS: Required because
xlwingsinteracts with the local Excel desktop application.Python 3.10+.
Dependencies: Install via pip:
pip install mcp openpyxl python-pptx xlwings
2. Files Required
Ensure the following files are in your project directory:
server.py: The MCP server code.dummy_tables.xlsx: Your workbook with "Inputs" and "Outputs" sheets.blank.pptx: Your template containing placeholder tags.
3. Claude Desktop Configuration
Add the server to your claude_desktop_config.json file:
{
"mcpServers": {
"excel-ppt-generator": {
"command": "uv",
"args": [
"--directory",
"C:\\Users\\your_user\\path\\to\\folder",
"run",
"server.py"
]
}
}
}Possible Changes & Improvements
Add
Follow the MoneyPrompt tool: Add this step to automatically find information about company queried.Add
IgyPersonality: make it so the user can call the mcp by name/ add personality.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceEnables AI assistants to programmatically create, manipulate, and analyze Microsoft PowerPoint presentations with advanced formatting and template management.Last updated4MIT
- Alicense-qualityDmaintenanceEnables AI assistants to create and manipulate PowerPoint presentations programmatically, including adding slides, exporting to PDF, and reading metadata.Last updated615MIT
- Alicense-qualityAmaintenanceLet your AI assistant create professional Office documents — PowerPoint, Word, Excel, emails & XML — with a single prompt.Last updated33MIT
- Alicense-qualityCmaintenanceEnables PowerPoint automation on Windows, including template-based creation, real-time editing, LaTeX equations, animations, and multimodal slide analysis, all via natural language.Last updated107MIT
Related MCP Connectors
Deterministic, fully editable PowerPoint from typed slide intents. 150+ layouts, brand templates.
Automate tasks, processes, and approvals with AI.
Generate, edit, and export AI presentations to PDF, PPTX, or a shareable link.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/ameymn/test_no_excel_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server