Skip to main content
Glama

Slidespeak

Official
by SlideSpeak

슬라이드스피크-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

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.

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

  1. 요구 사항
    1. Claude Desktop과 함께 사용
      1. 도커
    2. API 키 받기
      1. SlideSpeak MCP 개발
        1. Docker 이미지 빌드
        2. 개발
        3. Docker 없이 서버를 직접 사용하기
        4. 새로운 릴리스 만들기

      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