Slidespeak

Official

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.

슬라이드스피크-mcp

요구 사항

Claude Desktop과 함께 사용

Claude Desktop과 함께 사용하려면 claude_desktop_config.json에 다음을 추가하세요.

도커

지엑스피1

API 키 받기

Slidespeak의 API 키를 받으려면 이 페이지를 방문하세요: https://slidespeak.co/slidespeak-api/

SlideSpeak MCP 개발

다음 정보는 SlideSpeak MCP 개발과 관련된 내용입니다. MCP 사용에는 이 단계가 필요하지 않습니다.

Docker 이미지 빌드

이는 로컬 테스트용이며, 새로운 Docker 컨테이너를 게시하려면 아래의 "새 버전 만들기" 섹션을 확인하세요.

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

개발

uv 설치

curl -LsSf https://astral.sh/uv/install.sh | sh

가상 환경을 생성하고 활성화하세요

uv venv 소스 .venv/bin/activate

종속성 설치

uv pip install -r requirements.txt

Docker 없이 서버를 직접 사용하기

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" } } } }

새로운 릴리스 만들기

버전 이름은 MAJOR.MINOR.PATCH 형식(예: 1.0.0 )이어야 합니다.

다음 파일의 버전을 업데이트해야 합니다.

  • pyproject.toml -> 버전
  • slidespeak.py -> 사용자 에이전트

GitHub에서 새 릴리스를 만들고 버전 번호를 태그로 지정하세요. 그러면 GitHub Action이 실행됩니다. 릴리스는 자동으로 빌드되어 Docker Hub에 푸시됩니다.

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

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

Slidespeak API를 사용하여 PowerPoint 프레젠테이션 생성

  1. Requirements
    1. Usage with Claude Desktop
      1. Docker
    2. Getting an API key
      1. Development of SlideSpeak MCP
        1. Building the Docker Image
        2. Development
        3. Using the server directly without Docker
        4. Making a new release
      ID: us5767zhdw