Back to Home
masaki39 icon

marp-mcp

Verified Safe

by masaki39

Overview

An MCP server that enables LLMs to create and edit Marp presentations with AI assistance using structured layouts.

Installation

Run Command
npx -y @masaki39/marp-mcp

Security Notes

The server uses file system operations (read/write) on paths provided directly by the client (filePath parameter in tools). While the schema descriptions specify 'Absolute path to the Marp markdown file', there is no explicit path sanitization to prevent potential path traversal if a malicious or compromised MCP client were to provide an adversarial path (e.g., '../../../../etc/passwd'). This relies on the integrity of the client (LLM agent) to provide safe inputs. No 'eval' or other direct code execution patterns were found. Child process execution is limited to internal test suites.

Similar Servers

Stats

Interest Score34
Security Score7
Cost ClassMedium
Avg Tokens500
Stars3
Forks2
Last Update2025-12-14

Tags

MarpPresentationAI AssistanceMarkdownMCP