# PowerPoint MCP Server
Model Context Protocol server for PowerPoint automation on Windows.
---
## Windows Only
**This MCP server works exclusively on Windows** because it uses `pywin32` to automate Microsoft PowerPoint through COM automation.
---
# Installation
## Prerequisites
- Windows 10/11
- Microsoft PowerPoint installed
- Python 3.10+
## Install with uvx (One step/One line installation across most MCP Clients)
### Claude Code
```bash
claude mcp add powerpoint -- uvx powerpoint-mcp
## Making it avaiable for across all project (Install once, use everywhere)
claude mcp add powerpoint --scope user -- uvx powerpoint-mcp
```
### Cursor
1) Click on Settings -> Tools & MCP -> New MCP Server
2) `~/.cursor/mcp.json` would open up
3) Copy-paste this json
```json
{
"mcpServers": {
"powerpoint": {
"command": "uvx",
"args": ["powerpoint-mcp"]
}
}
}
```
4) *Restart your IDE after configuration.*
### VS Code (GitHub Copilot)
1) Open `C:\Users\Your_User_Name\AppData\Roaming\Code\User\mcp.json`
2) Copy-paste this json
```json
{
"mcpServers": {
"powerpoint": {
"command": "uvx",
"args": ["powerpoint-mcp"]
}
}
}
```
3) *Restart your IDE after configuration.*
Raw data
{
"_id": null,
"home_page": null,
"name": "powerpoint-mcp",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": null,
"keywords": "automation, claude, mcp, model-context-protocol, powerpoint, pywin32",
"author": "Ayushmaniar",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/04/56/a75ccaa593de9aca699e5d249bd9b3ca3a9316db524a5c431de2d468c859/powerpoint_mcp-0.0.22.tar.gz",
"platform": null,
"description": "# PowerPoint MCP Server\n\nModel Context Protocol server for PowerPoint automation on Windows.\n\n---\n\n## Windows Only\n\n**This MCP server works exclusively on Windows** because it uses `pywin32` to automate Microsoft PowerPoint through COM automation.\n\n---\n\n# Installation\n\n## Prerequisites\n- Windows 10/11\n- Microsoft PowerPoint installed\n- Python 3.10+\n\n## Install with uvx (One step/One line installation across most MCP Clients)\n\n### Claude Code\n```bash\nclaude mcp add powerpoint -- uvx powerpoint-mcp\n\n## Making it avaiable for across all project (Install once, use everywhere)\n\nclaude mcp add powerpoint --scope user -- uvx powerpoint-mcp\n```\n\n### Cursor\n1) Click on Settings -> Tools & MCP -> New MCP Server\n2) `~/.cursor/mcp.json` would open up\n3) Copy-paste this json\n```json\n{\n \"mcpServers\": {\n \"powerpoint\": {\n \"command\": \"uvx\",\n \"args\": [\"powerpoint-mcp\"]\n }\n }\n}\n```\n4) *Restart your IDE after configuration.*\n\n\n### VS Code (GitHub Copilot)\n1) Open `C:\\Users\\Your_User_Name\\AppData\\Roaming\\Code\\User\\mcp.json`\n2) Copy-paste this json\n```json\n{\n \"mcpServers\": {\n \"powerpoint\": {\n \"command\": \"uvx\",\n \"args\": [\"powerpoint-mcp\"]\n }\n }\n}\n```\n3) *Restart your IDE after configuration.*\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Open Source Model Context Protocol server for PowerPoint automation on Windows via pywin32",
"version": "0.0.22",
"project_urls": {
"Homepage": "https://github.com/Ayushmaniar/powerpoint-mcp",
"Repository": "https://github.com/Ayushmaniar/powerpoint-mcp"
},
"split_keywords": [
"automation",
" claude",
" mcp",
" model-context-protocol",
" powerpoint",
" pywin32"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "ea631f3249c4bbbf010ee5bfde9e8dff4f0a23cb98d55b8ab2b7b05523f72b07",
"md5": "f18c8579fdaec422bf5a91c66a33ac67",
"sha256": "67b8f6c754d661553573aa7d24da6bdefdc07b0df800c1f1dfe1307c23f53848"
},
"downloads": -1,
"filename": "powerpoint_mcp-0.0.22-py3-none-any.whl",
"has_sig": false,
"md5_digest": "f18c8579fdaec422bf5a91c66a33ac67",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 51251,
"upload_time": "2025-11-07T21:21:05",
"upload_time_iso_8601": "2025-11-07T21:21:05.929984Z",
"url": "https://files.pythonhosted.org/packages/ea/63/1f3249c4bbbf010ee5bfde9e8dff4f0a23cb98d55b8ab2b7b05523f72b07/powerpoint_mcp-0.0.22-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "0456a75ccaa593de9aca699e5d249bd9b3ca3a9316db524a5c431de2d468c859",
"md5": "b4db1b2963aabf1bef7677c2b10ddc52",
"sha256": "b11a90a3a3b87d6e13a96cb1a9ca351b9f32ee5b8ba893bd80657410ce353942"
},
"downloads": -1,
"filename": "powerpoint_mcp-0.0.22.tar.gz",
"has_sig": false,
"md5_digest": "b4db1b2963aabf1bef7677c2b10ddc52",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 41891,
"upload_time": "2025-11-07T21:21:07",
"upload_time_iso_8601": "2025-11-07T21:21:07.353042Z",
"url": "https://files.pythonhosted.org/packages/04/56/a75ccaa593de9aca699e5d249bd9b3ca3a9316db524a5c431de2d468c859/powerpoint_mcp-0.0.22.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-11-07 21:21:07",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Ayushmaniar",
"github_project": "powerpoint-mcp",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "powerpoint-mcp"
}