Please run `uv pip install pptagent` first
Server Config
{
"mcpServers": {
"pptagent": {
"command": "uv",
"args": [
"run",
"--with",
"pptagent",
"--with",
"python-pptx@git+https://github.com/Force1ess/python-pptx@219513d7d81a61961fc541578c1857d08b43aa2a",
"pptagent-mcp"
],
"env": {
"PPTAGENT_MODEL": "openai/gpt-4.1",
"PPTAGENT_API_BASE": "http://localhost:8000/v1",
"PPTAGENT_API_KEY": "your_key"
}
}
}
}