Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From satori
Local stdio MCP server powered by Marp for converting Markdown to HTML presentations and slides. Runs via npx marp-mcp. No secrets required.
npx claudepluginhub metcalfsolutions/satoriCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"marp": {
"command": "npx",
"args": [
"-y",
"marp-mcp"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Share bugs, ideas, or general feedback.