PluginBench
MCP Server
Active
MIT

MCP Server for PowerPoint MCP Server

io.github.sbroenne/mcp-server-powerpoint

What is the MCP Server for PowerPoint MCP server?

PowerPoint automation for AI: slides, shapes, tables, charts, images, notes. Windows only.

How to install MCP Server for PowerPoint

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server-powerpoint": {
      "command": "dnx",
      "args": [
        "Sbroenne.PowerPointMcp.McpServer"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server-powerpoint": {
      "command": "dnx",
      "args": [
        "Sbroenne.PowerPointMcp.McpServer"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-server-powerpoint": {
      "command": "dnx",
      "args": [
        "Sbroenne.PowerPointMcp.McpServer"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-server-powerpoint": {
      "type": "stdio",
      "command": "dnx",
      "args": [
        "Sbroenne.PowerPointMcp.McpServer"
      ]
    }
  }
}
Claude Code
claude mcp add mcp-server-powerpoint -- dnx Sbroenne.PowerPointMcp.McpServer

Related MCP servers

Excel automation for AI - Sheets, Power Query, DAX, VBA, Tables, Ranges and more. Windows only.

541
C#
MIT
View repository →