← Registry

Content Tools

slidev-mcp.org

Creates and manages Slidev presentations from markdown.

1 endpoint8 known toolsFirst detected July 25, 2026Last detected July 25, 2026

ENDPOINT 1

https://mcp.slidev-mcp.org/mcp

No auth detected

MCP server metadata

Name
Slidev MCP
Version
0.1.0
Capabilities
experimentalprompts.listChangedresources.listChangedtools.listChangedextensions.io.modelcontextprotocol/ui
Server instructions

This server generates, renders, and hosts Slidev presentations from markdown. Read the available resources to learn Slidev syntax, themes, and examples, then use render_slides to create a presentation.

Known tools 8

render_slides

Render a Slidev presentation from markdown and return its hosted URL.

Inferred read-only
list_session_slides

List all slide presentations created in the current MCP session.

Inferred read-only
list_themes

Get a list of all available themes with style descriptions and recommendations.

Inferred read-only
browse_themes

Show the user a visual theme gallery with preview images.

Inferred read-only
get_theme

Get full documentation for a specific theme: layouts, components, and examples.

Inferred read-only
get_slidev_guide

Get the Slidev syntax guide: how to write slides in markdown.

Potential side effects
export_slides

Export a presentation as a downloadable PDF.

Inferred read-only
screenshot_slides

Render all slides as PNG images and return them.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.