respring-content-mcp
by Andrewwilliamross
Overview
Generates branded marketing materials like pitch decks, one-pagers, and social media infographics on demand.
Installation
node dist/index.jsEnvironment Variables
- RESPRING_OUTPUT_DIR
- NEXT_PUBLIC_APP_URL
Security Notes
The server explicitly disables HTML escaping for Mustache templates (`Mustache.escape = (text: string) => text;`). This means any content provided to the `generate_one_pager` or `generate_infographic` tools, if it contains malicious HTML or JavaScript, will be rendered directly without sanitization. If the content input is not strictly controlled and sanitized by the caller (e.g., an LLM generating arbitrary text for template fields), this creates a severe Cross-Site Scripting (XSS) or HTML injection vulnerability. Output paths for generated files (`RESPRING_OUTPUT_DIR`) are controlled, mitigating arbitrary file system writes. No 'eval' or direct command injection patterns were found in the server's core logic.
Similar Servers
PPTAgent
Generates high-quality, structured PowerPoint presentations from markdown documents using AI agents for research, design, and content organization.
slidev-mcp
AI-powered tool for generating professional online presentations using natural language descriptions, built on Slidev and large language models.
VibeGraphics
Generates theme-driven, AI-powered infographics and micro-animations from GitHub repository content (README, source code).
bl1nk-slack-mcp-server
A Slack bot acting as an interface to a Craft Workflow & Marketing MCP for document management, content creation, and marketing automation.