MCP Server for PowerPoint for Grok
io.github.trsdn/mcp-server-ppt
PowerPoint automation for AI - Slides, Shapes, Text, Charts and more. Windows only.
client:Grok
transport:stdio
runtime:nuget
Install MCP Server for PowerPoint in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-server-ppt": {
"type": "stdio",
"command": "dnx",
"args": [
"PptMcp.McpServer",
"--yes"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs