ENDPOINT 1
https://mcp.slidev-mcp.org/mcp
MCP server metadata
- Name
- Slidev MCP
- Version
- 0.1.0
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_slidesRender a Slidev presentation from markdown and return its hosted URL.
Inferred read-onlylist_session_slidesList all slide presentations created in the current MCP session.
Inferred read-onlylist_themesGet a list of all available themes with style descriptions and recommendations.
Inferred read-onlyget_themeGet full documentation for a specific theme: layouts, components, and examples.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.