For the complete documentation index, see llms.txt. This page is also available as Markdown.

Quickstart: single slide

Connect your AI client and generate your first slide.

Two connection paths are supported. Pick the one that matches your client.

The easiest way to get started. Authentication goes through SSO — no API key, no config file.

  1. Click Add custom connector.

  2. Enter the server URL: https://app.perceptis.ai/mcp/v1

  3. Claude redirects you through Perceptis SSO. Sign in with Google or Microsoft. If this is your first time, a free-tier Perceptis account is created automatically.

  4. Once connected, the Perceptis tools appear in your Claude conversations.

Skip to step 2: generate a slide.

Path B — API-key clients (Claude Code, Claude Desktop, Cursor)

For local CLI and desktop clients, authenticate with a bearer API key.

1. Get your API key

Go to Developer Settings and create a new API key. Keys look like sk-live-per-<random> and are shown only once — store the value before closing the dialog.

2. Configure your client

Claude Code (CLI)

Claude Desktop

Edit ~/Library/Application Support/Claude/claude_desktop_config.json (Mac) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

Cursor

Open Settings → MCP, or edit .cursor/mcp.json:

2. Generate a slide

Ask your AI client:

"Create a slide summarizing Q3 revenue drivers"

The assistant calls generate_slide, polls until the slide is ready (typically 3–7 minutes), then shows you a preview with a download link.

Last updated

Was this helpful?