S
Slideshot
Convert HTML to PDF, PNG, WebP, and PPTX slide carousels with 11 presentation themes.
Share:
About
Convert HTML to PDF, PNG, WebP, and PPTX slide carousels with 11 presentation themes.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP
Screenshots
No screenshots yet.
Frequently Asked Questions
Common questions about Slideshot.
- What is Slideshot and what does it do?
- Slideshot converts HTML content into various presentation formats. You can generate PDF, PNG, WebP image carousels, or PPTX presentations, offering flexibility for different slide-sharing needs.
- How can I integrate Slideshot with a client like Claude Desktop?
- Slideshot uses the stdio transport for communication. To integrate, configure your client to launch the Slideshot executable and handle its standard input and output as per the Model Context Protocol specification.
- Does Slideshot require an API key or other credentials?
- No, Slideshot does not require an API key, OAuth, or any other authentication credentials. It is designed for direct use without external service dependencies for authorization.
- What presentation themes are available in Slideshot?
- Slideshot offers 11 distinct presentation themes that can be applied to your generated slides. These themes provide various aesthetic options for your converted HTML content.
- What are the common limitations when using Slideshot?
- A common limitation is that the fidelity of the conversion from arbitrary HTML to presentation formats depends on the complexity and styling of the original HTML. Very complex layouts might not translate perfectly to all output formats.
Install Slideshot
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"slideshot": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-slideshot"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"slideshot": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-slideshot"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"slideshot": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-slideshot"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.