Install
$ agentstack add mcp-lstm-kirigaya-slidev-mcp ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
slidev-mcp
AI-powered Professional Slide Creation Made Easy!
English | 中文 | Slidev-AI
✨ Introduction
slidev-mcp is an intelligent slide generation tool based on Slidev that integrates large language model technology, allowing users to automatically generate professional online PPT presentations with simple descriptions.
Key Features:
- Dramatically lowers the barrier to using Slidev
- Natural language interactive slide creation
- Automated generation of professional presentations
We have also open-sourced the AI PPT integrated website project based on slidev-mcp Slidev-AI, and you can see the effect in the following video 👇
🚀 Quick Start
For detailed setup and usage instructions, please see [Quick Start Guide](docs/quickstart.md).
Environment Variable
You can customize the root directory where generated Slidev projects are stored by setting the environment variable SLIDEV_MCP_ROOT (MUST be an absolute path). If not set (or set as a non-absolute path), the default relative directory .slidev-mcp (under current working directory) is used.
Example (Windows cmd, PowerShell similar):
Projects will then be created under that absolute path instead of .slidev-mcp/.
# powershell
set SLIDEV_MCP_ROOT=my-slides
# bash or zsh
export SLIDEV_MCP_ROOT=my-slides
# then run the script
uv run servers/themes/academic/server.py
Projects will then be created under my-slides/ instead of .slidev-mcp/.
🔧 Available Tools
The MCP server provides the following tools for slide creation and management:
Environment & Project Management
| Tool | Input Parameters | Output | Purpose | |------|------------------|--------|---------| | check_environment | None | Environment status and version info | Verify dependencies are installed | | create_slidev | path (str), title (str), author (str) | Project creation status and path | Initialize new Slidev project | | load_slidev | path (str) | Project content and slide data | Load existing presentation |
Slide Content Management
| Tool | Input Parameters | Output | Purpose | |------|------------------|--------|---------| | make_cover | title (str), subtitle (str, opt), author (str, opt), background (str, opt), python_string_template (str, opt) | Cover slide creation status | Create/update cover page | | add_page | content (str), layout (str, opt) | New slide index | Add new slide to presentation | | set_page | index (int), content (str), layout (str, opt) | Update status | Modify existing slide content | | get_page | index (int) | Slide content in markdown | Retrieve specific slide content |
Utility Tools
| Tool | Input Parameters | Output | Purpose | |------|------------------|--------|---------| | websearch | url (str) | Extracted markdown text | Gather web content for slides |
> Note: opt = optional parameter
📄 License
MIT License © 2023 LSTM-Kirigaya
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: LSTM-Kirigaya
- Source: LSTM-Kirigaya/slidev-mcp
- License: MIT
- Homepage: https://kirigaya.cn/openmcp
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.