海外访问:www.kdjingpai.com
Ctrl + D 收藏本站
当前位置:首页 » AI答疑

如何安装和配置Office-PowerPoint-MCP-Server?

2025-08-21 285

安装配置步骤详解

Office-PowerPoint-MCP-Server提供多种安装方式,支持本地和云端部署环境。

基础安装流程

  1. 获取源代码:通过git克隆仓库
    git clone https://github.com/GongRzhe/Office-PowerPoint-MCP-Server.git
    cd Office-PowerPoint-MCP-Server
  2. 安装依赖:使用pip安装依赖包
    pip install -r requirements.txt
    或运行安装脚本
    python setup_mcp.py

MCP服务器配置

需要编辑AI助手客户端的配置文件(如~/.cursor/mcp.json),添加服务器信息:

{
"mcpServers": {
"ppt": {
"command": "python",
"args": ["/path/to/ppt_mcp_server.py"],
"env": {}
}
}
}

启动服务器

运行命令启动服务:
python ppt_mcp_server.py
成功启动后,AI助手即可通过MCP协议与服务器交互。

找不到AI工具?在这试试!

输入关键词,即可 无障碍访问 必应 搜索,快速找到本站所有 AI 工具。

回顶部

zh_CN简体中文