MCP.so
Sign In

slidespeak-mcp

@SlideSpeak

About slidespeak-mcp

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

Basic information

Category

Other

Runtime

python

Transports

stdio

Publisher

SlideSpeak

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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

Comments

More Other MCP servers