MCP.so
ログイン

slidespeak-mcp

@SlideSpeak

slidespeak-mcp について

MCP Server for the Slidespeak API. Create PowerPoint Presentations using MCP.

基本情報

カテゴリ

その他

ランタイム

python

トランスポート

stdio

公開者

SlideSpeak

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

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

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is slidespeak-mcp?

slidespeak-mcp is an MCP server that enables you to create PowerPoint presentations programmatically. Powered by the SlideSpeak API, it is designed for users who want to automate the creation of reports, presentations, and slide decks.

How to use slidespeak-mcp?

You can configure slidespeak-mcp with Claude Desktop by adding the relevant configuration to claude_desktop_config.json. Two methods are provided: a remote MCP approach using npx mcp-remote (requires Node.js) and a Docker-based approach (requires Docker). Both require a SlideSpeak API key set either as a header or environment variable. A direct Python setup using uv and slidespeak.py is also available.

Key features of slidespeak-mcp?

  • Create PowerPoint presentations via MCP
  • Autom

コメント

「その他」の他のコンテンツ