MCP.so
Sign In

mcp-server-cappt: A MCP server for Cappt

@cappt-team

About mcp-server-cappt: A MCP server for Cappt

A MCP server for Cappt

Basic information

Category

Other

License

MIT

Runtime

node

Transports

stdio

Publisher

cappt-team

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "sentry": {
      "command": "node",
      "args": [
        "path/to/repo/dist/index.js"
      ],
      "env": {
        "CAPPT_TOKEN": "YOUR_CAPPT_TOKEN"
      }
    }
  }
}

Tools

2

`outline` (string): a standard outline

`record_id`: the record ID of the generated presentation

Overview

What is mcp-server-cappt?

mcp-server-cappt is a Model Context Protocol (MCP) server for generating outlines and presentations using Cappt (cappt.cc). It is intended for developers and AI assistants who want to programmatically create slide-based content.

How to use mcp-server-cappt?

Install the server by cloning the repository, running npm install and npm run build. Configure it as an MCP server in tools like Claude Desktop by setting the CAPPT_TOKEN environment variable and specifying the built index.js as the command. Use the generate_presentation tool to produce presentations from outlines, and the geenrate_outline prompt to create standard outlines.

Key features of mcp-server-cappt

  • generate_presentation tool: create a presentation from a given outline
  • Optional inclusion of gallery and preview in presentation results
  • Returns record ID, status, slide count, editor URL, title, thumbnail
  • geenrate_outline prompt: generate a standard outline from user input
  • MIT License

Use cases of mcp-server-cappt

  • Generate a presentation outline from a topic or article
  • Create a full presentation from an outline
  • Automate slide deck creation in CI/CD or AI workflows
  • Integrate Cappt presentation generation into chatbot or agent experiences

FAQ from mcp-server-cappt

What tools does mcp-server-cappt provide?

It provides one tool, generate_presentation, which takes an outline and optional boolean flags for gallery and preview, and returns presentation details including an editor URL.

What prompts does mcp-server-cappt provide?

It provides one prompt, geenrate_outline, which takes a string input (e.g., title or article) and returns a standard outline suitable for the presentation tool.

What dependencies are required to run mcp-server-cappt?

Node.js and npm are required to build and run the server from the repository.

How do I authenticate with the Cappt API?

Set the CAPPT_TOKEN environment variable with your Cappt API token when configuring the MCP server.

What transport does mcp-server-cappt use?

The server runs as a standard MCP server over stdio, launched via a Node.js command.

Comments

More Other MCP servers