スライドスピーク-MCP
要件
- Docker ( Docker Desktop はここから無料でダウンロードできます)
Claude Desktopでの使用
Claude Desktop でこれを使用するには、claude_desktop_config.json に以下を追加します。
ドッカー
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 -> USER_AGENT
GitHubで新しいリリースを作成し、バージョン番号をタグ付けしてください。これによりGitHub Actionsがトリガーされます。リリースは自動的にビルドされ、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