mcp-server-cappt: A MCP server for Cappt

Overview
A Model Context Protocol server for generating outline and presentation with cappt.cc.
Tools
generate_presentation
- Generate a presentation from outline (generated by
generate_outline
) - Input:
outline
(string): a standard outlineinclude_gallery
(bool): whether to include gallery in result
- Returns:
record_id
: the record ID of the generated presentationstatus
: the status of the generation process’total_page
: the total number of slides in the presentationeditor_url
: the URL to edit the presentationtitle
: the title of the presentationthumbanil
: the thumbnail of the presentationgallery
: the gallery of the presentation
Prompts
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
venvScriptsactivate
# 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.
MCP Server for Cappt
Project Details
- cappt-team/mcp-server
- MIT License
- Last Updated: 4/16/2025
Recomended MCP Servers
RoCQ (Coq Reasoning Server)
DuckDuckGo search implementation for Model Context Protocol (MCP)
将微信读书划线同步到Notion
A Model Context Protocol Server for Pica
Model Context Protocol (MCP) server implementation for Autodesk Maya
A MCP server for Magento 2
MCP server for interacting with Neon Management API and databases
Model Context Protocol Server with Superface tools
MCP server for Google Gemini 2.0 Flash image generation
MCP Mail Tool - AI-powered email management tool | 基于 MCP 的智能邮件管理工具