Skip to main content
Glama

Slidespeak

Official
by SlideSpeak

スライドスピーク-MCP

要件

Claude Desktopでの使用

Claude Desktop でこれを使用するには、claude_desktop_config.json に以下を追加します。

ドッカー

{ "mcpServers": { "slidespeak": { "command": "docker", "args": [ "run", "-i", "--rm", "-e", "SLIDESPEAK_API_KEY", "slidespeak/slidespeak-mcp:latest" ], "env": { "SLIDESPEAK_API_KEY": "YOUR-API-KEY-HERE" } } } }

APIキーの取得

Slidespeak の API キーを取得するには、このページにアクセスしてください: https://slidespeak.co/slidespeak-api/

SlideSpeak MCPの開発

以下の情報はSlideSpeak MCPの開発に関するものです。これらの手順はMCPの使用に必須ではありません。

Dockerイメージの構築

これはローカル テスト用です。新しい Docker コンテナを公開する場合は、以下の「新しいバージョンの作成」セクションを確認してください。

docker build . -t slidespeak/slidespeak-mcp:TAG-HERE

発達

uvをインストールする
curl -LsSf https://astral.sh/uv/install.sh | sh
仮想環境を作成してアクティブ化する

uv venv ソース .venv/bin/activate

依存関係をインストールする
uv pip install -r requirements.txt

Dockerを使わずにサーバーを直接使用する

claude_desktop_config.json に次の内容を追加します。

{ "mcpServers": { "slidespeak": { "command": "/path/to/.local/bin/uv", "args": [ "--directory", "/path/to/slidespeak-mcp", "run", "slidespeak.py" ], "env": { "SLIDESPEAK_API_KEY": "API-KEY-HERE" } } } }

新しいリリースの制作

バージョンの命名は、 MAJOR.MINOR.PATCH (例: 1.0.0 ) の形式にする必要があります。

次のファイルでバージョンを更新する必要があります。

  • pyproject.toml -> バージョン
  • slidespeak.py -> USER_AGENT

GitHubで新しいリリースを作成し、バージョン番号をタグ付けしてください。これによりGitHub Actionsがトリガーされます。リリースは自動的にビルドされ、Docker Hubにプッシュされます。

https://hub.docker.com/r/slidespeak/slidespeak-mcp

-
security - not tested
F
license - not found
-
quality - not tested

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 プレゼンテーションを生成する

  1. 要件
    1. Claude Desktopでの使用
      1. ドッカー
    2. APIキーの取得
      1. SlideSpeak MCPの開発
        1. Dockerイメージの構築
        2. 発達
        3. Dockerを使わずにサーバーを直接使用する
        4. 新しいリリースの制作

      Related MCP Servers

      • A
        security
        F
        license
        A
        quality
        Enables 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 -
        1
        7
        5
        TypeScript
      • A
        security
        A
        license
        A
        quality
        Creates and manipulates PowerPoint presentations with capabilities for adding various slide types, generating images, and incorporating tables and charts through natural language commands.
        Last updated -
        11
        24
        Python
        MIT License
        • Apple
      • -
        security
        F
        license
        -
        quality
        A 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 -
        1
        Python
      • -
        security
        A
        license
        -
        quality
        A 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 -
        43
        Python
        MIT License
        • Linux
        • Apple

      View all related MCP servers

      MCP directory API

      We provide all the information about MCP servers via our MCP API.

      curl -X GET 'https://glama.ai/api/mcp/v1/servers/SlideSpeak/slidespeak-mcp'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server