mkslides-mcp-server
@bsmnyk
关于 mkslides-mcp-server
MCP (Model Context Protocol) server for generating HTML slides from Markdown content
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mkslides-mcp": {
"command": "uv",
"args": [
"sync"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is mkslides-mcp-server?
mkslides-mcp-server is an MCP (Model Context Protocol) server that generates HTML slides from Markdown content using the mkslides library. It integrates with MCP clients like Claude in VSCode, enabling users to create and manage presentations directly from an AI chat interface.
How to use mkslides-mcp-server?
Install the server via pip (using uv sync or pip install .) or build the Docker image. Then configure it in your MCP client settings (e.g., Claude in VSCode) to run the server process or Docker container. Once configured, invoke the generate_slides tool with your Markdown content, optionally specifying a slide theme, highlight theme, or Reveal.js options.
Key features of mkslides-mcp-server
- Generate HTML slides from Markdown content.
- Support for mkslides configuration options (themes, highlight themes, Reveal.js options).
- Clean handling of temporary files.
- Containerized deployment option using Docker.
Use cases of mkslides-mcp-server
- Create presentation slides by writing Markdown in an AI chat interface like Claude in VSCode.
- Quickly generate slide decks without leaving the editor or learning slide-specific tools.
- Automate slide generation as part of a documentation or reporting pipeline.
FAQ from mkslides-mcp-server
What prerequisites are needed?
You need Python 3.12 or higher, the mkslides CLI installed and available in your PATH, and an MCP client (e.g., Claude in VSCode). Docker is also required if using the Docker installation method.
How do I configure the server in my MCP settings?
Add an entry to your MCP settings JSON. For a pip installation, use the command python with the path src/mkslides_mcp_server/server.py. For Docker, use the command docker with arguments to run the image, including a volume mount for the output directory.
Where are the generated slides saved?
By default, slides are saved to the ./mkslides_output directory on the host. When using Docker, the container saves files to /app/mkslides_output, which must be mapped to a host directory via the -v volume mount.
What parameters does the generate_slides tool accept?
The only required parameter is markdown_content (a string). Optional parameters include slides_theme, slides_highlight_theme, and revealjs_options (a dictionary of Reveal.js settings).
Can I customize the slide theme and transition?
Yes. You can set slide themes via the slides_theme parameter, highlight themes via slides_highlight_theme, and override Reveal.js options like transition using the revealjs_options dictionary.
其他 分类下的更多 MCP 服务器
Nginx UI
0xJackyYet another WebUI for Nginx

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Servers
modelcontextprotocolModel Context Protocol Servers
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,

EverArt
modelcontextprotocolModel Context Protocol Servers
评论