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?
mcp-server-cappt is a Model Context Protocol (MCP) server for generating outlines and presentations using Cappt (cappt.cc). It is intended for developers and AI assistants who want to programmatically create slide-based content.
How to use mcp-server-cappt?
Install the server by cloning the repository, running npm install and npm run build. Configure it as an MCP server in tools like Claude Desktop by setting the CAPPT_TOKEN environment variable and specifying the built index.js as the command. Use the generate_presentation tool to produce presentations from outlines, and the geenrate_outline prompt to create standard outlines.
Key features of mcp-server-cappt
generate_presentationtool: create a presentation from a given outline- Optional inclusion of gallery and preview in presentation results
- Returns record ID, status, slide count, editor URL, title, thumbnail
geenrate_outlineprompt: generate a standard outline from user input- MIT License
Use cases of mcp-server-cappt
- Generate a presentation outline from a topic or article
- Create a full presentation from an outline
- Automate slide deck creation in CI/CD or AI workflows
- Integrate Cappt presentation generation into chatbot or agent experiences
FAQ from mcp-server-cappt
What tools does mcp-server-cappt provide?
It provides one tool, generate_presentation, which takes an outline and optional boolean flags for gallery and preview, and returns presentation details including an editor URL.
What prompts does mcp-server-cappt provide?
It provides one prompt, geenrate_outline, which takes a string input (e.g., title or article) and returns a standard outline suitable for the presentation tool.
What dependencies are required to run mcp-server-cappt?
Node.js and npm are required to build and run the server from the repository.
How do I authenticate with the Cappt API?
Set the CAPPT_TOKEN environment variable with your Cappt API token when configuring the MCP server.
What transport does mcp-server-cappt use?
The server runs as a standard MCP server over stdio, launched via a Node.js command.
其他 分类下的更多 MCP 服务器
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Codelf
unbugA search tool helps dev to solve the naming things problem.
评论