mcp-server-cappt: A MCP server for Cappt
@cappt-team
About mcp-server-cappt: A MCP server for Cappt
A MCP server for Cappt
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"sentry": {
"command": "node",
"args": [
"path/to/repo/dist/index.js"
],
"env": {
"CAPPT_TOKEN": "YOUR_CAPPT_TOKEN"
}
}
}
}Tools
2`outline` (string): a standard outline
`record_id`: the record ID of the generated presentation
Overview
What is mcp-server-cappt?
A Model Context Protocol server for generating outlines and presentations with cappt.cc. It allows AI agents to create presentation content and editable links programmatically.
How to use mcp-server-cappt?
Install by cloning the repo and running npm install && npm run build. For Claude Desktop, add an entry to claude_desktop_config.json with command node path/to/dist/index.js and the environment variable CAPPT_TOKEN set to your Cappt API token.
Key features of mcp-server-cappt
- Generate a presentation from an existing outline.
- Generate a standard outline from user input (title, article, etc.).
- Optionally include a gallery and preview in results.
- Returns an editor URL, thumbnail, and slide count.
- Easily integrates with Claude Desktop.
- Licensed under the MIT License.
Use cases of mcp-server-cappt
- Automatically produce a presentation outline from a topic.
- Create an editable presentation link from a few sentences.
- Generate a presentation from a structured outline.
- Add presentation generation capabilities to MCP‑enabled assistants.
FAQ from mcp-server-cappt
What is the purpose of mcp-server-cappt?
It provides MCP tools to generate outlines and presentations with the cappt.cc platform.
What tools are available?
Two tools: generate_outline prompt (accepts a string input and returns a standard outline) and generate_presentation tool (takes an outline and optional booleans for gallery/preview, then returns presentation details).
What environment variable is required?
The CAPPT_TOKEN environment variable must be set to your Cappt API token.
How can I debug the server?
Use the MCP inspector: npx @modelcontextprotocol/inspector node dist/index.js.
What license does this server use?
It is licensed under the MIT License.
More Other MCP servers
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Comments