Related MCP Server Resources

Explore more AI models, providers, and integration options:

  • Explore AI Models
  • Explore AI Providers
  • Explore MCP Servers
  • LangDB Pricing
  • Documentation
  • AI Industry Blog
  • S3 MCP Server
  • MCP Model Context Protocol Server
  • Directus MCP Server
  • Image Generation MCP Server
  • IR Toolshed MCP Server
Back to MCP Servers
MCP Server for Cappt

MCP Server for Cappt

Public
cappt-team/mcp-server-python

A Model Context Protocol server that allows generating outlines and presentations with Cappt.cc, featuring tools to create structured presentations from user input.

Verified
python
0 tools
May 30, 2025
Updated May 30, 2025

mcp-server-cappt: A MCP server for 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

Using uv (recommended)

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.

Publicly Shared Threads0

Discover shared experiences

Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!

Share your threads to help others
Related MCPs5
  • S3 MCP Server
    S3 MCP Server

    An Amazon S3 Model Context Protocol server that allows Large Language Models like Claude to interact...

    3 tools
    Added May 30, 2025
  • MCP Model Context Protocol Server
    MCP Model Context Protocol Server

    A server implementation demonstrating how AI models can interact with external tools and services th...

    Added May 30, 2025
  • Directus MCP Server
    Directus MCP Server

    A Model Context Protocol server that allows AI tools to connect to and interact with your Directus A...

    Added May 30, 2025
  • Image Generation MCP Server
    Image Generation MCP Server

    A Model Context Protocol server that enables generation of high-quality images using the Flux.1 Schn...

    1 tools
    Added May 30, 2025
  • IR Toolshed MCP Server
    IR Toolshed MCP Server

    A Model Context Protocol server that provides network analysis tools for security professionals, ena...

    Added May 30, 2025