# OutSlide MCP [Health: Active]

**Category:** 🏢 Workplace & Productivity  
**Repository:** https://github.com/miha1744/outslide-mcp  
**GitHub Stars:** 0  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/outslide-mcp

## Description
Free, rate-limited Streamable HTTP MCP tool that turns a topic or inline CSV/JSON into a structured 3–8 slide outline and a continuation link to the OutSlide creative workspace.

## Claude Desktop Quick Installation
Heuristic fallback — verify the package name and runner against the repository README before running it. Uses `npx` (confidence: low):

```json
"mcpServers": {
  "outslide-mcp": {
    "command": "npx",
    "args": ["-y","outslide-mcp"]
  }
}
```

## Documentation & README

# OutSlide MCP — AI Presentation Outline Generator for Codex and Claude

[![AllMCPs Verified](https://allmcps.com/api/badge/outslide-mcp?style=shield)](https://allmcps.com/mcp/outslide-mcp)

OutSlide is a hosted Model Context Protocol (MCP) server for planning AI
presentations in Codex, Claude, and other Streamable HTTP MCP clients. Give it a
topic or inline CSV/JSON and it returns a structured 3–8 slide outline plus a
`continue_url` for building the presentation in the OutSlide web workspace.

Use it to plan a thesis defense, sales deck, lesson presentation, or a data
story from CSV without installing a package or creating an API key.

The public MCP endpoint currently exposes one tool:

- `outslide_preview_outline` — free, no API key or wallet required.

It does **not** claim to generate PPTX or PDF files through MCP yet.

## Connect

Codex CLI:

```sh
codex mcp add outslide --url https://outslide.ai/api/x402/mcp
```

Any Streamable HTTP MCP client:

```json
{
  "mcpServers": {
    "outslide": {
      "type": "streamable-http",
      "url": "https://outslide.ai/api/x402/mcp"
    }
  }
}
```

## Try it

Ask your MCP client:

> Use OutSlide to outline a six-slide thesis defense about how remote work
> affects onboarding. Include the research question, method, findings,
> limitations, and contribution.

Prefer the browser? [Preview a personalized thesis-defense outline](https://outslide.ai/templates/thesis-defense/?utm_source=github&utm_medium=mcp_repository&utm_campaign=mcp_preview_launch&utm_content=thesis-readme&cohort=thesis_research&test_id=mcp_readme_thesis) with no account or card, then continue it in OutSlide.

You can also pass inline CSV or JSON with `data`, set `data_format`, choose
`n_slides` from 3 to 8, and select a supported `language`.

Do not submit confidential or personal data to the public preview.

## Links

- [OutSlide MCP setup](https://outslide.ai/mcp?utm_source=github&utm_medium=mcp_repository&utm_campaign=mcp_preview_launch&utm_content=readme_setup&cohort=agent&test_id=mcp_repo_setup)
- [Public discovery manifest](https://outslide.ai/.well-known/mcp.json)
- [Official MCP Registry entry](https://registry.modelcontextprotocol.io/v0.1/servers?search=io.github.miha1744%2Foutslide)
- [Smithery listing](https://smithery.ai/servers/kapper3228/outslide)

This repository contains public discovery metadata and setup instructions only.
The hosted OutSlide service remains proprietary.

