- Explore MCP Servers
- mcp-server-nodejs
Mcp Server Nodejs
What is Mcp Server Nodejs
mcp-server-nodejs is a Model Context Protocol server designed for generating outlines and presentations using the Cappt platform.
Use cases
Use cases include generating lecture presentations, creating structured outlines for articles, and facilitating collaborative content development.
How to use
To use mcp-server-nodejs, install the package by navigating to the repository directory, running ‘npm install’, and then ‘npm run build’. Configure it in your ‘claude_desktop_config.json’ file by specifying the command and environment variables.
Key features
Key features include the ability to generate presentations from outlines, create standard outlines from user input, and provide debugging tools through the MCP inspector.
Where to use
mcp-server-nodejs is suitable for use in educational settings, content creation, and any scenario where structured presentations are needed.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Mcp Server Nodejs
mcp-server-nodejs is a Model Context Protocol server designed for generating outlines and presentations using the Cappt platform.
Use cases
Use cases include generating lecture presentations, creating structured outlines for articles, and facilitating collaborative content development.
How to use
To use mcp-server-nodejs, install the package by navigating to the repository directory, running ‘npm install’, and then ‘npm run build’. Configure it in your ‘claude_desktop_config.json’ file by specifying the command and environment variables.
Key features
Key features include the ability to generate presentations from outlines, create standard outlines from user input, and provide debugging tools through the MCP inspector.
Where to use
mcp-server-nodejs is suitable for use in educational settings, content creation, and any scenario where structured presentations are needed.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
mcp-server-cappt: A MCP server for Cappt
Overview
A Model Context Protocol server for generating outline and presentation with cappt.cc.
Tools
generate_presentation
- Generate a presentation from outline (generated by
generate_outline) - Input:
outline(string): a standard outlineinclude_gallery(bool): whether to include gallery in result
- Returns:
record_id: the record ID of the generated presentationstatus: the status of the generation process’total_page: the total number of slides in the presentationeditor_url: the URL to edit the presentationtitle: the title of the presentationthumbanil: the thumbnail of the presentationgallery: the gallery of the presentation
Prompts
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:
{
"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.
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










