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

评论

其他 分类下的更多 MCP 服务器