MCP Server
Maintained
MIT
io.github.06ketan/slideshot MCP Server
io.github.06ketan/slideshot
What is the io.github.06ketan/slideshot MCP server?
Convert HTML to PDF/PNG/WebP/PPTX slide carousels with 11 themes — for LinkedIn, decks, posts.
How to install io.github.06ketan/slideshot
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"slideshot": {
"command": "npx",
"args": [
"-y",
"slideshot-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"slideshot": {
"command": "npx",
"args": [
"-y",
"slideshot-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"slideshot": {
"command": "npx",
"args": [
"-y",
"slideshot-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"slideshot": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"slideshot-mcp"
]
}
}
}Claude Code
claude mcp add slideshot -- npx -y slideshot-mcpRelated MCP servers
medium-ops
Maintained
Medium CLI + 23-tool MCP server. Your IDE drafts replies. No API keys.
0
View repository →Python
MIT
substack-ops
Maintained
Substack CLI + 26-tool MCP server. Your IDE drafts replies via propose_reply. No API keys.
0
View repository →Python
MIT