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 resultinclude_preview(bool): whether to include preview 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 presentationpreview: the preview of the presentation
Prompts
geenrate_outline
- Generate a standard outline
- Input:
input(string): user input, eg, title, article, etc.
- Returns: A standard outline
Installation
cd path/to/repo
npm install
npm run build
Configuration
Usage with Claude Desktop
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"sentry": {
"command": "node",
"args": [
"path/to/repo/dist/index.js"
],
"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 node dist/index.ts
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.
Recommend MCP Servers 💡
verbwire
An MCP server implementation that provides tools for interacting with the Verbwire API, allowing for blockchain operations like deploying smart contracts, minting NFTs, and managing IPFS storage.
python-mcp-server
An MCP server that runs a Python environment to execute LLM-generated code, useful for web scraping.
syauqi-uqi/qgis_mcp_modify1
Connects QGIS to Claude AI via Model Context Protocol (MCP) for prompt-assisted QGIS project management, layer manipulation, processing, and code execution
mcp-server-taskwarrior
Node.js server implementing Model Context Protocol (MCP) for TaskWarrior operations. Allows viewing, filtering, adding, and marking tasks as complete.
@magicuidesign/mcp
Official Magic UI MCP server for integrating components and configuration management
muhammad-shameel-ks/gemini-img-gen-MCP
An MCP server for generating images via Google Gemini model using stdio transport.