Excel PPT Generator
FreeNot checkedAutomates workflow between Excel data entry and PowerPoint report generation, allowing an AI assistant to update cells and generate presentations from templates
About
Automates workflow between Excel data entry and PowerPoint report generation, allowing an AI assistant to update cells and generate presentations from templates.
README
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.
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.
Installing Excel PPT Generator
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/ameymn/test_no_excel_mcpFAQ
Is Excel PPT Generator MCP free?
Yes, Excel PPT Generator MCP is free — one-click install via Unyly at no cost.
Does Excel PPT Generator need an API key?
No, Excel PPT Generator runs without API keys or environment variables.
Is Excel PPT Generator hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Excel PPT Generator in Claude Desktop, Claude Code or Cursor?
Open Excel PPT Generator on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare Excel PPT Generator with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
