← Registry

Content Tools

presentations.ai

Generates AI-powered presentations from topics, content, or uploaded documents.

1 endpoint5 known toolsFirst detected May 29, 2026Last detected July 25, 2026

ENDPOINT 1

https://api.presentations.ai/mcp

No auth detected

MCP server metadata

Name
presentations-ai
Version
1.1.1
Capabilities
toolspromptsresources
Server instructions

Presentations.AI MCP server. Tool discovery (initialize, tools/list, prompts/list, resources/list, ping) is open to all clients. Tool invocation (tools/call) requires authentication. Authentication options: 1. OAuth 2.1 with PKCE — discoverable at /.well-known/oauth-authorization-server and /.well-known/oauth-protected-resource. 2. API key (Bearer token) — generate at https://console.presentations.ai and send as: Authorization: Bearer <key> Documentation: https://console.presentations.ai/apiref/docs/

Known tools 5

create_presentation_from_topic

Generate a full AI-powered presentation from a topic or brief.

Inferred read-only
create_single_slide

Generate a single AI-designed slide from a topic.

Inferred read-only
create_presentation_from_content

Transform raw text (articles, notes, reports, outlines) into a professional presentation.

Inferred read-only
create_presentation_from_file

Convert an uploaded document (PDF, Word, PowerPoint, text, markdown, RTF) into a presentation.

Inferred read-only
check_job_status

Poll for the result of an async presentation job.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.presentations-ai]
url = "https://api.presentations.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "presentations-ai": {
      "type": "http",
      "url": "https://api.presentations.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: presentations-ai
Remote MCP URL: https://api.presentations.ai/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "presentations-ai": {
      "url": "https://api.presentations.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "presentations-ai": {
      "type": "http",
      "url": "https://api.presentations.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "presentations-ai",
  "transport": "streamable-http",
  "url": "https://api.presentations.ai/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.