
Set up AI-powered presentations in your terminal
In your terminal, run:
claude mcp add -s user rideful-slides https://slides.rideful.io/mcpTip: The -s user flag makes Rideful available across all your projects.
In Claude Code, type:
Select rideful-slides from the list
Choose Authenticate
Sign in with your Rideful account
Your browser will open automatically for sign-in.
Try these commands:
slides_list_decksList all slide decks the user has access to
slides_list_templatesList all slide deck templates available
slides_get_deckGet full details of a deck including theme, slides summary, and guidelines
slides_get_slidesGet full details of multiple slides including all elements
slides_create_deckCreate a new slide deck with one empty slide
slides_add_slideAdd a new slide to a deck with built-in or template layouts
slides_bulk_createCreate multiple slides with content in a single call
slides_create_elementCreate a shape, text, or line element on a slide
slides_bulk_create_elementsCreate up to 50 elements on a slide in one call
slides_add_imageAdd an image to a slide by fetching from a URL
slides_bulk_update_elementsUpdate multiple elements’ properties in a single call
slides_duplicate_slideDuplicate a slide and all its elements
slides_delete_elementDelete an element from a slide
slides_delete_slideDelete a slide and all its elements from a deck