8 months ago
Generate powerpoint using a sentence.
用一句话借助大模型生成PPT。
Overview
建议与sequential thinking mcp-server 一同使用,先生成ppt大纲,再依据大纲制作ppt,整体效果会好很多。 整个项目仍在持续迭代中... 欢迎pr,欢迎issue
Server Config
{
"mcpServers": {
"PowerPoint Creator": {
"command": "uv",
"args": [
"run",
"--with",
"mcp[cli]",
"--with",
"python-pptx",
"mcp",
"run",
"your_path/mcp-ppt/main.py"
]
}
}
}