mcp-server-cappt: A MCP server for Cappt

mcp-server-cappt: A MCP server for Cappt

By cappt-team GitHub

A MCP server for Cappt

presentation mcp
Overview

What is mcp-server-cappt?

The mcp-server-cappt is a Model Context Protocol server designed for generating outlines and presentations using cappt.cc.

How to use mcp-server-cappt?

To use mcp-server-cappt, set up the server by following the installation instructions, and then utilize the provided tools to generate outlines and presentations based on your input.

Key features of mcp-server-cappt?

  • Generate presentations from outlines.
  • Create standard outlines from user input.
  • Easy installation and configuration using uv.

Use cases of mcp-server-cappt?

  1. Creating presentations for academic or business purposes.
  2. Generating structured outlines for writing projects.
  3. Facilitating collaborative presentation editing through generated URLs.

FAQ from mcp-server-cappt?

  • What is the primary function of mcp-server-cappt?

It generates outlines and presentations based on user input and predefined templates.

  • Is there a specific installation requirement?

It is recommended to use the uv tool for installation and running the server.

  • What license is mcp-server-cappt under?

The project is licensed under the MIT License, allowing free use, modification, and distribution.

Content

mcp-server-cappt: A MCP server for Cappt

Cappt

Overview

A Model Context Protocol server for generating outline and presentation with cappt.cc.

Tools

  1. generate_presentation
  • Generate a presentation from outline (generated by generate_outline)
  • Input:
    • outline (string): a standard outline
    • include_gallery (bool): whether to include gallery in result
  • Returns:
    • record_id: the record ID of the generated presentation
    • status: the status of the generation process'
    • total_page: the total number of slides in the presentation
    • editor_url: the URL to edit the presentation
    • title: the title of the presentation
    • thumbanil: the thumbnail of the presentation
      • gallery: the gallery of the presentation

Prompts

  1. geenrate_outline
  • Generate a standard outline
  • Input:
    • input (string): user input, eg, title, article, etc.
  • Returns: A standard outline

Installation

When using uv no specific installation is needed.

cd path/to/repo
# Create a virtual environment
uv venv
# Linux or macOS
source venv/bin/activate
# Windows
venv\Scripts\activate
# Install the package
uv install -e .
# Run the server
uv run mcp-server-cappt --cappt-token YOUR_CAPPT_TOKEN

Configuration

Usage with Claude Desktop

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "sentry": {
      "command": "uv",
      "args": [
        "--directory",
        "path/to/repo",
        "run",
        "mcp-server-cappt"
      ],
      "env": {
        "CAPPT_TOKEN": "YOUR_CAPPT_TOKEN"
      }
    }
  }
}

Debugging

You can use the MCP inspector to debug the server. Please make sure you have installed this package with uv, then run:

npx @modelcontextprotocol/inspector uv run mcp-server-cappt --cappt-token YOUR_CAPPT_TOKEN

License

This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.

No tools information available.
School MCP
School MCP by 54yyyu

A Model Context Protocol (MCP) server for academic tools, integrating with Canvas and Gradescope platforms.

canvas mcp
View Details
repo-template
repo-template by loonghao

A Model Context Protocol (MCP) server for Python package intelligence, providing structured queries for PyPI packages and GitHub repositories. Features include dependency analysis, version tracking, and package metadata retrieval for LLM interactions.

-

google-calendar mcp
View Details
strava-mcp
strava-mcp by jeremysilva1098

MCP server for strava

strava mcp
View Details

Model Context Protocol (MCP) server implementation for Rhinoceros/Grasshopper integration, enabling AI models to interact with parametric design tools

grasshopper mcp
View Details

MCP configuration to connect AI agent to a Linux machine.

security mcp
View Details

AI assistant built with Streamlit, NVIDIA NIM (LLaMa 3.3:70B) / Ollama, and Model Control Protocol (MCP).

python mcp
View Details