autobyteus_mcps
Verified Safeby AutoByteus
Overview
The server automates the creation and modification of PowerPoint presentations and combined images using only image inputs, scaling them to fit slides or composite images without cropping.
Installation
uv run --directory /path/to/pptx-mcp python app/main.pyEnvironment Variables
- AUTOBYTEUS_AGENT_WORKSPACE
Security Notes
Direct use of user-provided output paths in file save operations (e.g., `prs.save`, `new_im.save`) could allow writing to arbitrary file system locations if the output path is not properly sanitized or constrained by the calling agent. Relying on `AUTOBYTEUS_AGENT_WORKSPACE` for CWD changes means the server's working directory can be influenced by the environment, which should be set securely. Image processing with `Pillow` can be vulnerable to resource exhaustion from malformed image inputs.
Similar Servers
elevenlabs-mcp
An official ElevenLabs Model Context Protocol (MCP) server that enables AI clients (e.g., Claude Desktop, Cursor) to interact with ElevenLabs Text-to-Speech, voice cloning, transcription, and audio processing APIs.
voicemode
Provides robust voice interaction capabilities for Model Context Protocol (MCP) agents, enabling real-time speech-to-text (STT) and text-to-speech (TTS) functionalities, with support for local and cloud-based services. It also includes tools for audio playback (DJ), service management, and diagnostics.
CreatorBox
A comprehensive AI-powered toolbox for video editing, dubbing, and content creation, including features like video inpainting, subtitle extraction, vocal separation, and text-to-speech.
mcp-tts
Provides Text-to-Speech (TTS) capabilities to MCP (Model Context Protocol) clients using various AI and system-level TTS engines.