R
+Claude logo
MCP Integration

Connect Rideful Slides to Claude Code

Set up AI-powered presentations in your terminal

Before You Start

Claude Code installed (Download)

3 Steps to Get Started

1

Add the MCP Server

In your terminal, run:

claude mcp add -s user rideful-slides https://slides.rideful.io/mcp

Tip: The -s user flag makes Rideful available across all your projects.

2

Authenticate

In Claude Code, type:

/mcp

Select rideful-slides from the list

Choose Authenticate

Sign in with your Rideful account

Your browser will open automatically for sign-in.

3

Start Creating

Try these commands:

"Create a 5-slide pitch deck for my startup"
"List all my slide decks"
"Add a new slide with a title and bullet points"

Available Tools

Read

slides_list_decks

List all slide decks the user has access to

slides_list_templates

List all slide deck templates available

slides_get_deck

Get full details of a deck including theme, slides summary, and guidelines

slides_get_slides

Get full details of multiple slides including all elements

Create

slides_create_deck

Create a new slide deck with one empty slide

slides_add_slide

Add a new slide to a deck with built-in or template layouts

slides_bulk_create

Create multiple slides with content in a single call

slides_create_element

Create a shape, text, or line element on a slide

slides_bulk_create_elements

Create up to 50 elements on a slide in one call

slides_add_image

Add an image to a slide by fetching from a URL

Update

slides_bulk_update_elements

Update multiple elements’ properties in a single call

slides_duplicate_slide

Duplicate a slide and all its elements

Delete

slides_delete_element

Delete an element from a slide

slides_delete_slide

Delete a slide and all its elements from a deck

Common Issues & Solutions

Ready to create presentations with AI?