mcp-server-cappt: A MCP server for Cappt
@cappt-team
About mcp-server-cappt: A MCP server for Cappt
A MCP server for Cappt
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.
Frequently asked questions
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.
Basic information
More Other MCP servers
🚀 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,
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
ICSS
chokcoco不止于 CSS

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Comments