# Overview

The Perceptis MCP server lets MCP-compatible AI clients — including Claude.ai (web), Claude Desktop, Claude Code, and Cursor — generate and edit PowerPoint slides and decks using natural language.

**Server URL:** `https://app.perceptis.ai/mcp/v1`

The fastest way to connect is directly from the **claude.ai web UI** — add the URL above as a custom integration and sign in via SSO. No API key or config file needed. See the [quickstart](/perceptis-mcp-server/quickstart-slide.md) for all connection options.

Generation takes a few minutes. The AI client polls automatically — you just wait for the result.

## What you can do

| Say something like                         | What happens                | Cost               |
| ------------------------------------------ | --------------------------- | ------------------ |
| "Make a slide about Q3 results"            | Generates a single slide    | 1 credit           |
| "Change the title to Revenue Growth"       | Edits the slide             | Free               |
| "Create a 10-slide deck about our product" | Generates a full deck       | 1 credit per slide |
| "Update slide 3 to focus on EMEA"          | Edits one slide in the deck | Free               |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.perceptis.ai/perceptis-mcp-server/mcp.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
