探索
PPT MCP Server

PPT MCP Server

这是一个为Claude Desktop提供PowerPoint自动化功能的MCP服务器项目,支持通过协议控制Microsoft PowerPoint进行创建、编辑、保存演示文稿等操作。
2.5分
17
2025-04-28 22:00:27
概述
安装
内容详情
替代品

What is the PowerPoint Automation MCP Server?

This service connects Claude Desktop with Microsoft PowerPoint, allowing you to create and edit presentations using simple natural language commands instead of manual clicking.

How to use this service?

After installation and configuration, simply tell Claude what you want to do with PowerPoint (like 'create a presentation' or 'add a slide') and Claude will handle the technical details.

When should I use this?

Perfect for when you need to quickly create or modify PowerPoint presentations without manually opening the application, especially for repetitive tasks or when working with templates.

Key Features

Presentation ManagementCreate, open, save and close PowerPoint presentations through simple commands
Slide OperationsAdd new slides with different layouts, view slide information, and manage slide content
Content EditingAdd text boxes, update existing text content, and set slide titles through natural language

Pros and Cons

Advantages
Saves time by automating repetitive PowerPoint tasks
No need to manually click through PowerPoint menus
Can be controlled entirely through natural language commands
Works with existing PowerPoint installations
Limitations
Only works on Windows with PowerPoint installed
Requires PowerPoint to be visible during operations
Limited to functions exposed by PowerPoint's API
Some advanced PowerPoint features may not be available

Getting Started

Install the serverInstall the required dependencies using the package manager
Configure Claude DesktopAdd the server configuration to Claude Desktop's settings file
Start using PowerPoint commandsBegin telling Claude what you want to do with PowerPoint

Example Use Cases

Creating a Basic PresentationQuickly generate a simple presentation with title slides
Adding Content to SlidesPopulate slides with text content
Modifying Existing PresentationsUpdate text in an already created presentation

Frequently Asked Questions

1
Do I need to have PowerPoint installed?Yes, Microsoft PowerPoint must be installed on your Windows computer for this to work.
2
Can I use this on Mac or Linux?No, this currently only works on Windows due to its reliance on the Windows-specific PowerPoint COM API.
3
Is my data secure when using this service?Yes, all operations happen locally on your computer. Your PowerPoint files are never sent to any external servers.
4
What if a command doesn't work as expected?Try rephrasing your request or breaking it into simpler steps. Some complex PowerPoint operations may require multiple commands.

Additional Resources

GitHub RepositorySource code and issue tracker for the PowerPoint MCP Server
Microsoft PowerPoint COM API DocumentationTechnical reference for the PowerPoint API used by this service
Claude Desktop DocumentationOfficial documentation for Claude Desktop
精选MCP服务推荐
Duckduckgo MCP Server
已认证
DuckDuckGo搜索MCP服务器,为Claude等LLM提供网页搜索和内容抓取服务
Python
214
4.3分
Firecrawl MCP Server
Firecrawl MCP Server是一个集成Firecrawl网页抓取能力的模型上下文协议服务器,提供丰富的网页抓取、搜索和内容提取功能。
TypeScript
2,969
5分
Figma Context MCP
Framelink Figma MCP Server是一个为AI编程工具(如Cursor)提供Figma设计数据访问的服务器,通过简化Figma API响应,帮助AI更准确地实现设计到代码的一键转换。
TypeScript
6,108
4.5分
Edgeone Pages MCP Server
EdgeOne Pages MCP是一个通过MCP协议快速部署HTML内容到EdgeOne Pages并获取公开URL的服务
TypeScript
91
4.8分
Exa Web Search
已认证
Exa MCP Server是一个为AI助手(如Claude)提供网络搜索功能的服务器,通过Exa AI搜索API实现实时、安全的网络信息获取。
TypeScript
1,435
5分
Baidu Map
已认证
百度地图MCP Server是国内首个兼容MCP协议的地图服务,提供地理编码、路线规划等10个标准化API接口,支持Python和Typescript快速接入,赋能智能体实现地图相关功能。
Python
332
4.5分
Minimax MCP Server
MiniMax Model Context Protocol (MCP) 是一个官方服务器,支持与强大的文本转语音、视频/图像生成API交互,适用于多种客户端工具如Claude Desktop、Cursor等。
Python
369
4.8分
Context7
Context7 MCP是一个为AI编程助手提供实时、版本特定文档和代码示例的服务,通过Model Context Protocol直接集成到提示中,解决LLM使用过时信息的问题。
TypeScript
4,859
4.7分
安装
复制以下命令到你的Client进行配置
{
  "mcpServers": {
    "ppts": {
      "command": "uv",
      "args": ["run", "path/to/main.py"]
    }
  }
}

{
  "mcpServers": {
    "ppts": {
      "command": "C:\\Path\\To\\Python\\Scripts\\uv.exe",
      "args": ["run", "C:\\Path\\To\\Project\\main.py"]
    }
  }
}
注意:您的密钥属于敏感信息,请勿与任何人分享。