Skip to main content
Glama

Slidespeak

Official
by SlideSpeak

slidespeak-mcp

Requisitos

Uso con Claude Desktop

Para usar esto con Claude Desktop, agregue lo siguiente a su claude_desktop_config.json:

Estibador

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

Obtener una clave API

Visita esta página para obtener una clave API para Slidespeak: https://slidespeak.co/slidespeak-api/

Desarrollo de SlideSpeak MCP

La siguiente información está relacionada con el desarrollo del MCP de SlideSpeak. Estos pasos no son necesarios para su uso.

Construyendo la imagen de Docker

Esto es para pruebas locales. Si desea publicar un nuevo contenedor Docker, consulte la sección "Crear una nueva versión" a continuación.

docker build . -t slidespeak/slidespeak-mcp:TAG-HERE

Desarrollo

Instalar uv
curl -LsSf https://astral.sh/uv/install.sh | sh
Crear entorno virtual y activarlo

uv venv source .venv/bin/activate

Instalar dependencias
uv pip install -r requirements.txt

Usando el servidor directamente sin Docker

Agregue lo siguiente a su claude_desktop_config.json:

{ "mcpServers": { "slidespeak": { "command": "/path/to/.local/bin/uv", "args": [ "--directory", "/path/to/slidespeak-mcp", "run", "slidespeak.py" ], "env": { "SLIDESPEAK_API_KEY": "API-KEY-HERE" } } } }

Realizando un nuevo lanzamiento

El nombre de la versión debe tener el formato MAJOR.MINOR.PATCH (por ejemplo, 1.0.0 ).

La versión debe actualizarse en los siguientes archivos:

  • pyproject.toml -> versión
  • slidespeak.py -> AGENTE DE USUARIO

Crea una nueva versión en GitHub y etiquétala con el número de versión. Esto activará una acción de GitHub. La versión se compilará y se enviará automáticamente a Docker Hub.

https://hub.docker.com/r/slidespeak/slidespeak-mcp

-
security - not tested
F
license - not found
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Genere presentaciones de PowerPoint utilizando la API de Slidespeak

  1. Requisitos
    1. Uso con Claude Desktop
      1. Estibador
    2. Obtener una clave API
      1. Desarrollo de SlideSpeak MCP
        1. Construyendo la imagen de Docker
        2. Desarrollo
        3. Usando el servidor directamente sin Docker
        4. Realizando un nuevo lanzamiento

      Related MCP Servers

      • A
        security
        F
        license
        A
        quality
        Enables users to create UI flowcharts by generating visualizations of user interfaces and interactions through an easy-to-use API within MCP-compatible systems.
        Last updated -
        1
        7
        5
        TypeScript
      • A
        security
        A
        license
        A
        quality
        Creates and manipulates PowerPoint presentations with capabilities for adding various slide types, generating images, and incorporating tables and charts through natural language commands.
        Last updated -
        11
        24
        Python
        MIT License
        • Apple
      • -
        security
        F
        license
        -
        quality
        A Model Context Protocol server that enables AI models to create and manipulate PowerPoint presentations with advanced features like financial charts, formatting, and template management.
        Last updated -
        1
        Python
      • -
        security
        A
        license
        -
        quality
        A server that enables creating and editing PowerPoint presentations programmatically through the Model Context Protocol, supporting features like adding slides, images, textboxes, charts, and tables.
        Last updated -
        43
        Python
        MIT License
        • Linux
        • Apple

      View all related MCP servers

      MCP directory API

      We provide all the information about MCP servers via our MCP API.

      curl -X GET 'https://glama.ai/api/mcp/v1/servers/SlideSpeak/slidespeak-mcp'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server