MCP server for Marp presentation management with custom theme support
| Tool name | Description | Destructive? |
|---|---|---|
| list_layouts | ✓ no | |
| generate_slide_ids | ✓ no | |
| manage_slide | ✓ no | |
| set_frontmatter | ✓ no | |
| read_slide | ✓ no |
| export_slide | ✓ no | |
| list_themes_and_styles | ✓ no | |
| create_presentation | ✓ no | |
| generate_agenda | ✓ no | |
| add_image_transition | ✓ no | |
| batch_manage_slides | ✓ no |
{
"mcpServers": {
"masaki39marp": {
"command": "npx",
"args": [
"-y",
"@masaki39/marp-mcp"
]
}
}
}