8 months ago
Generate powerpoint using a sentence.
用一句话借助大模型生成PPT。
Server Config
{
"mcpServers": {
"PowerPoint Creator": {
"command": "uv",
"args": [
"run",
"--with",
"mcp[cli]",
"--with",
"python-pptx",
"mcp",
"run",
"your_path/mcp-ppt/main.py"
]
}
}
}