
MCP Server
cappt-team
public
mcp server nodejs
A MCP server for Cappt
Repository Info
7
Stars
0
Forks
7
Watchers
1
Issues
JavaScript
Language
MIT License
License
About This Server
A MCP server for Cappt
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
# mcp-server-cappt: A MCP server for Cappt
<div align="center">
<img alt="Cappt" height="128" width="128" src="https://raw.githubusercontent.com/cappt-team/mcp-server-nodejs/main/assets/logo.png"/>
</div>
## Overview
A Model Context Protocol server for generating outline and presentation with cappt.cc.
### Tools
1. `generate_presentation`
- Generate a presentation from outline (generated by `generate_outline`)
- Input:
- `outline` (string): a standard outline
- `include_gallery` (bool): whether to include gallery in result
- `include_preview` (bool): whether to include preview in result
- Returns:
- `record_id`: the record ID of the generated presentation
- `status`: the status of the generation process'
- `total_page`: the total number of slides in the presentation
- `editor_url`: the URL to edit the presentation
- `title`: the title of the presentation
- `thumbanil`: the thumbnail of the presentation
- `gallery`: the gallery of the presentation
- `preview`: the preview of the presentation
### Prompts
1. `geenrate_outline`
- Generate a standard outline
- Input:
- `input` (string): user input, eg, title, article, etc.
- Returns: A standard outline
## Installation
```
cd path/to/repo
npm install
npm run build
```
## Configuration
### Usage with Claude Desktop
Add this to your `claude_desktop_config.json`:
```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.ts
```
## License
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.
Quick Start
1
Clone the repository
git clone https://github.com/cappt-team/mcp-server-nodejs2
Install dependencies
cd mcp-server-nodejs
npm install3
Follow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Ownercappt-team
Repomcp-server-nodejs
Language
JavaScript
LicenseMIT License
Last fetched8/8/2025
Recommended MCP Servers
💬
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
integrationsdiscordchat
🔗
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
integrationsautomationsaas
🕷️
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
apifycrawlerdata
🌐
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
testingqabrowsers
⚡
Zapier MCP
A Zapier server that provides automation capabilities for various apps.
zapierautomation