mcp-server-cappt: A MCP server for Cappt
@cappt-team
关于 mcp-server-cappt: A MCP server for Cappt
A MCP server for Cappt
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"sentry": {
"command": "node",
"args": [
"path/to/repo/dist/index.js"
],
"env": {
"CAPPT_TOKEN": "YOUR_CAPPT_TOKEN"
}
}
}
}工具
2`outline` (string): a standard outline
`record_id`: the record ID of the generated presentation
概览
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.
其他 分类下的更多 MCP 服务器
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
ghidraMCP
LaurieWiredMCP Server for Ghidra
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
评论