hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Integrations
Enables interaction with Slidespeak, providing tools for working with presentation slides, likely including creation, modification, and analysis of slide content.
slidespeak-mcp
Requirements
Usage with Claude Desktop
To use this with Claude Desktop, add the following to your claude_desktop_config.json:
Docker
Getting an API key
Visit this page in order to get an API key for Slidespeak: https://slidespeak.co/slidespeak-api/
Development of SlideSpeak MCP
The following information is related to development of the SlideSpeak MCP. These steps are not needed to use the MCP.
Building the Docker Image
This is for local testing, if you want to publish a new docker container check out the "Making a new version" section below.
Development
Install uv
Create virtual environment and activate it
uv venv source .venv/bin/activate
Install dependencies
Using the server directly without Docker
Add the following to your claude_desktop_config.json:
Making a new release
Version naming should be in the format of MAJOR.MINOR.PATCH
(e.g., 1.0.0
).
The version needs to be updated in the following files:
- pyproject.toml -> version
- slidespeak.py -> USER_AGENT
Make a new release in GitHub and tag it with the version number. This will trigger a GitHub Action. The release will be automatically built and pushed to Docker Hub.
This server cannot be installed
Generate PowerPoint presentations using the Slidespeak API