P
Ppt MCP
Cau hinh MCP Server PowerPoint de su dung tren nhieu may
Created 11/13/2025
Updated about 1 month ago
README
Repository documentation and setup instructions
Cấu hình MCP Server PowerPoint
Repository này chứa cấu hình MCP Server PowerPoint để sử dụng trên nhiều máy tính.
Cấu hình
File mcp.json chứa cấu hình để thêm vào .cursor/mcp.json hoặc ~/.cursor/mcp.json:
{
"mcpServers": {
"ppt": {
"command": "uvx",
"args": [
"--from",
"office-powerpoint-mcp-server",
"ppt_mcp_server"
],
"env": {}
}
}
}
Sử dụng
-
Clone repository này:
git clone https://github.com/NgoSon3868-Quas/PPT-MCP.git cd PPT-MCP -
Copy nội dung từ
mcp.jsonvào file cấu hình MCP của bạn:- Windows:
C:\Users\<username>\.cursor\mcp.json - Mac/Linux:
~/.cursor/mcp.json
Hoặc merge vào file
mcpServershiện có của bạn. - Windows:
-
Khởi động lại Cursor IDE
Yêu cầu
- Python với
uvhoặcuvxđã được cài đặt - Package
office-powerpoint-mcp-servercó sẵn trên PyPI
Cài đặt uv (nếu chưa có)
# Windows
powershell -c "irm https://astral.sh/uv/install.ps1 | iex"
# Mac/Linux
curl -LsSf https://astral.sh/uv/install.sh | sh
Tính năng
MCP Server PowerPoint cung cấp các công cụ để:
- Tạo và chỉnh sửa PowerPoint presentations
- Quản lý slides
- Xử lý nội dung presentation
Kiểm tra cấu hình
Sau khi thêm cấu hình và khởi động lại Cursor:
- Vào Settings > Tools & MCP
- Kiểm tra trong danh sách "Installed MCP Servers" có
pptvới trạng thái "Ready"
Quick Setup
Installation guide for this server
Installation Command (package not published)
git clone https://github.com/NgoSon3868-Quas/PPT-MCP
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.
Cursor configuration (mcp.json)
{
"mcpServers": {
"ngoson3868-quas-ppt-mcp": {
"command": "git",
"args": [
"clone",
"https://github.com/NgoSon3868-Quas/PPT-MCP"
]
}
}
}
Author Servers
Other servers by NgoSon3868-Quas