mcp-server-cappt
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-server-capptgenerate an outline for a presentation about climate change"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
Related MCP server: Majin Slide MCP
Installation
cd path/to/repo
npm install
npm run buildConfiguration
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.tsLicense
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.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
FlicenseAqualityDmaintenanceGenerate PowerPoint presentations using the Slidespeak API712- AlicenseAqualityDmaintenanceGenerates AI-powered prompts for creating markdown slide presentations and saves them as Marp-compatible files. Supports customizable presentation styles, templates, and direct file creation for professional slideshows.21319MIT
- AlicenseBqualityAmaintenanceEnables creation and management of Marp presentation projects with academic themes and structured slide layouts. Supports project initialization, slide generation with 6 layout templates, and integration with AI-powered editors like Claude Code and Cursor.33511MIT
- Alicense-qualityCmaintenanceEnables PowerPoint automation on Windows, including template-based creation, real-time editing, LaTeX equations, animations, and multimodal slide analysis, all via natural language.109MIT
Related MCP Connectors
Generate, render, and host Slidev presentations from markdown
Deterministic, fully editable PowerPoint from typed slide intents. 150+ layouts, brand templates.
List, share, upload, and manage Slideless HTML presentations from any MCP host.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/cappt-team/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server