Back to Home
Kanishk31263 icon

Mcp-server-tools

Verified Safe

by Kanishk31263

Overview

Generates professional PPTX presentations from markdown content, leveraging an LLM for content creation.

Installation

Run Command
node LLM Client/mcp-server.js

Environment Variables

  • PUPPER_AI_TOKEN

Security Notes

The server uses standard Node.js file system operations and `pptxgenjs` for presentation generation. File paths for output are controlled and relative to the server's directory, mitigating arbitrary file writes. It leverages `multer` for file uploads in `mcp-server-3.js`, a common but generally safe library, with output parsing via `pdf-parse`. The primary security consideration outside of standard web server practices is the reliance on an external LLM (Puter AI) for markdown generation, requiring trust in its output to prevent the generation of malicious content that might exploit the presentation generator (though no obvious vulnerabilities were found in the generator itself). No use of `eval` or suspicious obfuscation was detected.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens1500
Stars0
Forks0
Last Update2025-12-09

Tags

MarkdownPPTX GenerationLLM IntegrationPresentation ToolNode.js