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.
Configuration
Usage with Claude Desktop
Add this to your claude_desktop_config.json
:
Debugging
You can use the MCP inspector to debug the server. Please make sure you have installed this package with uv
, then run:
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.
cappt.cc를 사용하여 개요와 프레젠테이션을 생성할 수 있는 모델 컨텍스트 프로토콜 서버로, 개요에서 프레젠테이션을 만드는 도구와 표준 개요를 생성하기 위한 프롬프트를 제공합니다.
Related Resources
Related MCP Servers
- -securityFlicense-qualityA Model Context Protocol server implementation that provides a standardized interface for interacting with Spiral's language models, offering tools to generate text from prompts, files, or web URLs.Last updated -17
- AsecurityAlicenseAqualityA Model Context Protocol server providing utility tools for development and testing, offering functionalities like personalized greetings, random card drawing, and datetime formatting with an extensible architecture.Last updated -195686MIT License
- AsecurityAlicenseAqualityA Model Context Protocol server that integrates Claude with Blender, enabling users to analyze and interact with IFC (Industry Foundation Classes) building models through natural language commands.Last updated -1114MIT License
- -securityFlicense-qualityA Model Context Protocol server that enables AI models to create and manipulate PowerPoint presentations with advanced features like financial charts, formatting, and template management.Last updated -21