← slidev-mcp.org
INDIVIDUAL MCP TOOL
browse_themes
Show the user a visual theme gallery with preview images.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.slidev-mcp]
url = "https://mcp.slidev-mcp.org/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"slidev-mcp": {
"type": "http",
"url": "https://mcp.slidev-mcp.org/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: slidev-mcp
Remote MCP URL: https://mcp.slidev-mcp.org/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"slidev-mcp": {
"url": "https://mcp.slidev-mcp.org/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"slidev-mcp": {
"type": "http",
"url": "https://mcp.slidev-mcp.org/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "slidev-mcp",
"transport": "streamable-http",
"url": "https://mcp.slidev-mcp.org/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
render_slides— Render a Slidev presentation from markdown and return its hosted URL.list_session_slides— List all slide presentations created in the current MCP session.list_themes— Get a list of all available themes with style descriptions and recommendations.get_theme— Get full documentation for a specific theme: layouts, components, and examples.get_slidev_guide— Get the Slidev syntax guide: how to write slides in markdown.export_slides— Export a presentation as a downloadable PDF.screenshot_slides— Render all slides as PNG images and return them.