Skip to main content
Glama

Marp MCP Server

by masaki39

init_presentation

Initialize a new Marp presentation project with directory structure, theme, and templates to create structured slide presentations with academic layouts.

Instructions

Initialize a new Marp presentation project with directory structure, theme, and templates

Input Schema

NameRequiredDescriptionDefault
descriptionNoBrief description of the presentation
presentationSubtitleNoSubtitle of the presentation
presentationTitleYesTitle of the presentation
projectNameYesName of the presentation project
projectPathYesPath where the project directory will be created

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Brief description of the presentation", "type": "string" }, "presentationSubtitle": { "description": "Subtitle of the presentation", "type": "string" }, "presentationTitle": { "description": "Title of the presentation", "type": "string" }, "projectName": { "description": "Name of the presentation project", "type": "string" }, "projectPath": { "description": "Path where the project directory will be created", "type": "string" } }, "required": [ "projectPath", "projectName", "presentationTitle" ], "type": "object" }

Other Tools from Marp MCP Server

Related Tools

    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/masaki39/marp-mcp'

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