Skip to main content
Glama
death-joke

slidev-orchestrator-mcp

by death-joke

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SLIDEV_BASE_PORTNoBase port for dev servers (default 3030).3030
SLIDEV_PRESENTATIONS_DIRYesPath to the main folder containing presentations. Can also be provided via --dir CLI argument.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_presentationsA

List all Slidev presentations found in the presentations root directory (/app). A presentation is any sub-folder containing a slides.md.

create_presentationA

Scaffold a new Slidev presentation (folder + slides.md + package.json) in the root directory. Runs npm install unless install=false.

start_serverA

Start the Slidev dev server for a presentation. Returns the local URL. Ports are allocated automatically unless port is given.

stop_serverB

Stop the running Slidev dev server of a presentation.

server_statusA

List all currently running Slidev dev servers (name, port, URL, pid).

select_presentationA

Target a presentation: connects to its official slidev mcp server and dynamically exposes its tools (prefixed slidev_*) for inspecting/editing the slides. Selecting a new presentation replaces the previous target.

call_slidev_toolA

Fallback passthrough: call a tool of the currently targeted presentation's official Slidev MCP by its original name. Useful for MCP clients that do not support dynamic tool list updates (tools/list_changed).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/death-joke/slidev-orchestrator-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server