MCP Server for PowerPoint
Rank #2,830io.github.trsdn/mcp-server-ppt
PowerPoint automation for AI - Slides, Shapes, Text, Charts and more. Windows only.
MCP Server for PowerPoint is a Model Context Protocol (MCP) server published by trsdn. It ranks #2,830 of 115,460 servers tracked on MCP Toplist, and its repository has 36 GitHub stars. MCP Server for PowerPoint is listed across 3 registries — Official MCP, PulseMCP and Glama, with 5 tracked versions. It was first listed on Mar 3, 2026 and most recently updated on Aug 24, 2026.
Ranks ahead of 112,630 of 115,460 servers on MCP Toplist.
Use MCP Server for PowerPoint
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-server-ppt -- dnx PptMcp.McpServer[mcp_servers.mcp-server-ppt]
command = "dnx"
args = ["PptMcp.McpServer"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mcp-server-ppt": {
"command": "dnx",
"args": [
"PptMcp.McpServer"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcp-server-ppt": {
"command": "dnx",
"args": [
"PptMcp.McpServer"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mcp-server-ppt": {
"type": "stdio",
"command": "dnx",
"args": [
"PptMcp.McpServer"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mcp-server-ppt": {
"command": "dnx",
"args": [
"PptMcp.McpServer"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-server-ppt": {
"command": "dnx",
"args": [
"PptMcp.McpServer"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.trsdn%2Fmcp-server-ppt)<a href="https://mcptoplist.com/server/io.github.trsdn%2Fmcp-server-ppt"><img src="https://mcptoplist.com/badge/io.github.trsdn%2Fmcp-server-ppt.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
trsdn
Other servers by trsdn
- MarkItDown MCP Server#3,216 · 3 vers
- UIAutomationMcp#9,194 · 2 vers
- Word#13,853 · 1 ver
- DocMistral MCP Server#15,792 · 1 ver
- Microsoft Events MCP Server#42,127
Available versions (5)
| Version | Published |
|---|---|
| 1.1.0 | Aug 24, 2026 |
| 1.0.3 | Mar 20, 2026 |
| 1.0.2 | Mar 20, 2026 |
| 1.0.1 | Mar 20, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains MCP Server for PowerPoint?
- MCP Server for PowerPoint is maintained by trsdn, which publishes 6 MCP servers (12 total versions) tracked on MCP Toplist.
- Is MCP Server for PowerPoint listed on the Official MCP Registry?
- Yes — MCP Server for PowerPoint is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does MCP Server for PowerPoint have?
- MCP Toplist tracks 5 versions of MCP Server for PowerPoint, most recently published on Aug 24, 2026.
- Where can I find the source code for MCP Server for PowerPoint?
- The source code for MCP Server for PowerPoint is hosted at github.com/trsdn/mcp-server-ppt.