mcp server for slidev to make web ppt quickly and elegantly
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"slidev-mcp": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
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.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in productivity / writing
Persistent memory using a knowledge graph
Dynamic problem-solving through sequential thought chains
mini cli search engine for your docs, knowledge bases, meeting notes, whatever. Tracking current sota approaches while being all local
A markdown editor — and the bridge to your LLM. Local-first, MIT, ~15 MB. Bundled MCP server lets Claude Code / Codex / Cursor drive your vault directly. 14 AI providers BYOK.
MCP Security Weekly
Get CVE alerts and security updates for Slidev Mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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:
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 👇
For detailed setup and usage instructions, please see Quick Start Guide.
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/.
The MCP server provides the following tools for slide creation and 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 |
| 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 |
| Tool | Input Parameters | Output | Purpose |
|---|---|---|---|
websearch | url ( |