The Supaslides MCP server
Connect Claude Code, Cursor, or any MCP client to your Supaslides account. Ask your assistant to turn a URL into a brand, generate on-brand carousels, export them as images or video, and share claimable decks. Every tool runs on your account and within your plan limits.
1. Create an API key
Go to Settings → API keys and create a key. It is shown once; treat it like a password. Revoking a key disconnects anything using it.
2. Connect your client
Claude Code:
claude mcp add --transport http supaslides https://supaslides.app/mcp \
--header "Authorization: Bearer sk_YOUR_KEY"Cursor (.cursor/mcp.json):
{
"mcpServers": {
"supaslides": {
"url": "https://supaslides.app/mcp",
"headers": { "Authorization": "Bearer sk_YOUR_KEY" }
}
}
}Endpoint: https://supaslides.app/mcp(Streamable HTTP). claude.ai custom connectors need OAuth and are coming soon; today the server authenticates with API keys, which Claude Code and Cursor support. Brand extraction can run up to two minutes, so raise your client's tool timeout if it defaults low (Claude Code: MCP_TOOL_TIMEOUT).
3. Tools
Limits & billing
MCP calls use the same allowances as the app: your plan's brand limit, monthly carousel quota, platform availability, and watermark rules all apply. Quota errors say exactly what ran out. Exports are kept for 48 hours; download links are short-lived and can be re-issued with check_export.
No account yet? Try Supaslides free · questions: support@supaslides.app