Server Details
Generate, render, and host Slidev presentations from markdown
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- joelbarmettlerUZH/slidev-mcp
- GitHub Stars
- 2
See and control every tool call
Available Tools
8 toolsbrowse_themesInspect
Show the user a visual theme gallery with preview images.
ONLY call this when the user explicitly asks to SEE or BROWSE themes visually (e.g. "show me the themes", "what do they look like", "let me pick a theme"). This renders an interactive gallery in the user's UI.
To show a filtered subset (e.g. only dark themes), first call list_themes to identify matching themes, then pass their names here.
Do NOT call this to decide which theme to use yourself — use list_themes for that instead.
| Name | Required | Description | Default |
|---|---|---|---|
| themes | No | Optional list of theme names to show (e.g. ['dracula', 'neocarbon', 'vibe']). If omitted, all themes are shown. Use list_themes first to find matching themes, then pass the filtered names here. |
export_slidesInspect
Export a presentation as a downloadable PDF.
The presentation must have been created in the current session. Returns a URL to download the PDF.
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | UUID of the presentation to export. Must be from the current session. |
get_slidev_guideInspect
Get the Slidev syntax guide: how to write slides in markdown.
Returns the official Slidev syntax reference (frontmatter, slide separators, speaker notes, layouts, code blocks) plus built-in layout documentation and an example deck. Call this once to learn how to write Slidev presentations.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_themeInspect
Get full documentation for a specific theme: layouts, components, and examples.
Call this BEFORE render_slides to learn the theme's unique features. Each theme has different layouts, components, and frontmatter options. Use what you learn here to produce high-quality, theme-specific slides.
This is the primary tool for preparing to render slides. When the user specifies a theme, call this directly — no need to call browse_themes.
| Name | Required | Description | Default |
|---|---|---|---|
| theme | Yes | Theme name (e.g. 'seriph', 'neocarbon', 'field-manual'). Available themes: default, seriph, apple-basic, bricks, shibainu, academic, cobalt, dracula, eloc, field-manual, frankfurt, geist, neocarbon, neversink, nord, penguin, purplin, scholarly, swiss-ai-hub, the-unnamed, unicorn, vibe, vuetiful, zhozhoba. |
list_session_slidesInspect
List all slide presentations created in the current MCP session.
Returns URLs, themes, and timestamps for each presentation you've created.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
list_themesInspect
Get a list of all available themes with style descriptions and recommendations.
Call this to decide which theme to use. Returns a guide organized by style (dark, academic, modern, playful, etc.) with "best for" recommendations.
After picking a theme, call get_theme with the theme name to read its full documentation (layouts, components, examples) before rendering.
This tool does NOT display anything to the user — it is for your own reference when choosing a theme.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
render_slidesInspect
Render a Slidev presentation from markdown and return its hosted URL.
IMPORTANT: Before calling this tool, you MUST call get_theme with the theme name you plan to use. Each theme has unique layouts, components, and frontmatter options. Apply the theme's specific features in your markdown to produce high-quality slides that match the theme's design.
If the user has not specified a theme, call list_themes to pick one. If you are unfamiliar with Slidev markdown syntax, call get_slidev_guide.
Images must be remote URLs or base64-encoded inline. Local file paths are not supported.
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | No | UUID of an existing presentation to update in-place (same URL). Omit to create a new presentation. | |
| theme | Yes | Theme name (e.g. 'seriph', 'default', 'neocarbon'). Read slidev://themes/installed for the full list of available themes. | |
| markdown | Yes | Full Slidev markdown including frontmatter. Use layouts, components, and features specific to the chosen theme. | |
| color_schema | No | Color scheme: 'light' (default), 'dark', or 'auto'. Controls whether slides render in light or dark mode. | light |
screenshot_slidesInspect
Render all slides as PNG images and return them.
Use this to visually review a presentation. Returns one image per slide so you can see exactly what each slide looks like and give specific feedback.
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | UUID of the presentation to screenshot. |
Verify Ownership
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [
{
"email": "your-email@example.com"
}
]
}The email address must match the email associated with your Glama account. Once verified, the connector will appear as claimed by you.
Sign in to verify ownershipControl your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Your Connectors
Sign in to create a connector for this server.