Slidespeak MCP Server

An MCP Server that allows you to create PowerPoint presentations. Powered by SlideSpeak, you can now create presentations using the SlideSpeak MCP.

Remote serverstreamable-http

What is the Slidespeak MCP MCP server?

Slidespeak MCP MCP server is a hosted integration for AI assistants that speak the Model Context Protocol. An MCP Server that allows you to create PowerPoint presentations. Powered by SlideSpeak, you can now create presentations using the SlideSpeak MCP. Automate reports, presentations an other slide decks. Start today!.

What the assistant can call

Once Slidespeak MCP is connected, these are the calls the assistant has available:

  • Development — The Development tool exposed by this server

Configuration and credentials

You will need one environment variable: SLIDESPEAK_API_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.

Setting it up

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

Choosing this one

This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Slidespeak MCP's toolset — Development — is a fair guide to whether it matches your workflow. It is maintained by SlideSpeak; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Slidespeak MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Before you rely on it

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the slidespeak mcp mcp server does with a few real requests.

Available tools

ToolWhat it does
DevelopmentThe Development tool exposed by this server.

How to install the Slidespeak MCP MCP server

{
  "mcpServers": {
    "slidespeak": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://mcp.slidespeak.co/mcp",
        "--header",
        "Authorization: Bearer YOUR-SLIDESPEAK-API-KEY-HERE"
      ],
      "timeout": 300000
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

VariableDescriptionRequired
SLIDESPEAK_API_KEYCredential the server authenticates with.Yes

Example prompts to try

  • Use Slidespeak MCP to Development.

Frequently asked questions

It connects Slidespeak MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 1 tool (Development) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Slidespeak MCP directly.