INDIVIDUAL MCP TOOL
create_slide
Create ONE slide from a structured intent in ONE call: pick a `form` from the menu and put your content in the typed fields (placed on the slide as given), or pass a `brief` and let the server route it.
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent endpoint
CONNECT 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.slideforge-dev]
url = "https://api.slideforge.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"slideforge-dev": {
"type": "http",
"url": "https://api.slideforge.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: slideforge-dev
Remote MCP URL: https://api.slideforge.dev/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": {
"slideforge-dev": {
"url": "https://api.slideforge.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"slideforge-dev": {
"type": "http",
"url": "https://api.slideforge.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "slideforge-dev",
"transport": "streamable-http",
"url": "https://api.slideforge.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
browse_catalog— Browse the SSG catalog progressively.plan_slide— Plan before rendering: send a short brief, get the top-3 (form, variant, when-to-use, confidence) WITHOUT creating anything.create_deck— Create a WHOLE deck in one call: `slides` is a list of create_slide intents (same form menu + data shapes — see create_slide).translate_deck— Translate a PPTX deck preserving all formatting.upload_asset— Upload a logo, theme PPTX, image, or document — or AI-generate an image.manage_account— Account info, billing, job history, feedback, and data controls.