slidespeak-mcp
要求
- Docker(在此免费下载 Docker Desktop )
与 Claude Desktop 一起使用
要将其与 Claude Desktop 一起使用,请将以下内容添加到您的 claude_desktop_config.json 中:
Docker
获取 API 密钥
访问此页面以获取 Slidespeak 的 API 密钥: https://slidespeak.co/slidespeak-api/
SlideSpeak MCP 的开发
以下信息与 SlideSpeak MCP 的开发相关。使用 MCP 无需执行这些步骤。
构建 Docker 镜像
这是用于本地测试,如果您想发布一个新的 docker 容器,请查看下面的“制作新版本”部分。
发展
安装 uv
创建虚拟环境并激活
uv venv 源 .venv/bin/activate
安装依赖项
不使用 Docker 直接使用服务器
将以下内容添加到您的 claude_desktop_config.json:
发布新版本
版本命名应采用MAJOR.MINOR.PATCH
格式(例如, 1.0.0
)。
需要在以下文件中更新版本:
- pyproject.toml -> 版本
- slidespeak.py->用户代理
在 GitHub 上创建一个新版本,并为其添加版本号标签。这将触发 GitHub Action。该版本将自动构建并推送到 Docker Hub。
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
使用 Slidespeak API 生成 PowerPoint 演示文稿
Related MCP Servers
- AsecurityFlicenseAqualityEnables users to create UI flowcharts by generating visualizations of user interfaces and interactions through an easy-to-use API within MCP-compatible systems.Last updated -175TypeScript
- AsecurityAlicenseAqualityCreates and manipulates PowerPoint presentations with capabilities for adding various slide types, generating images, and incorporating tables and charts through natural language commands.Last updated -1124PythonMIT License
- -securityFlicense-qualityA Model Context Protocol server that enables AI models to create and manipulate PowerPoint presentations with advanced features like financial charts, formatting, and template management.Last updated -1Python
- -securityAlicense-qualityA server that enables creating and editing PowerPoint presentations programmatically through the Model Context Protocol, supporting features like adding slides, images, textboxes, charts, and tables.Last updated -43PythonMIT License