
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:
deck_listList all slide decks the user has access to
template_listList all slide deck templates available
deck_getGet full details of a deck including theme, slides summary, and guidelines
slide_getGet full details of multiple slides including all elements
deck_createCreate a new slide deck with one empty slide
slide_createCreate a new slide to a deck with built-in or template layouts
slide_bulk_createCreate multiple slides with content in a single call
element_createCreate a shape, text, or line element on a slide
element_bulk_createCreate up to 50 elements on a slide in one call
element_create_imageAdd an image to a slide by fetching from a URL
element_bulk_updateUpdate multiple elements’ properties in a single call
slide_duplicateDuplicate a slide and all its elements
element_deleteDelete an element from a slide
slide_deleteDelete a slide and all its elements from a deck