A Model Context Protocol server that allows generating outlines and presentations with Cappt.cc, featuring tools to create structured presentations from user input.
A Model Context Protocol server for generating outline and presentation with cappt.cc.
generate_presentation
generate_outline
)outline
(string): a standard outlineinclude_gallery
(bool): whether to include gallery in resultrecord_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 presentation
gallery
: the gallery of the presentationgeenrate_outline
input
(string): user input, eg, title, article, etc.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
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" } } } }
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
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.
Discover shared experiences
Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!