deckforge-pitch-mcp
v1.0.0
Published
MCP server for AI pitch deck generation — create investor-ready slide decks, generate individual slides, analyze deck structure, and get presentation coaching tips
Maintainers
Readme
deckforge-pitch-mcp
MCP server for AI pitch deck generation — create investor-ready slide decks, generate individual slides, analyze deck structure, and get presentation coaching tips.
Built for DeckForge — the AI-powered pitch deck generator.
Tools
| Tool | Description |
|------|-------------|
| generate_pitch_deck | Generate a complete 12-slide investor pitch deck from a startup description |
| generate_slide | Generate content for a specific slide type (problem, solution, market, etc.) |
| analyze_deck | Analyze deck structure — get a score, strengths, weaknesses, and suggestions |
| get_coaching_tips | Get presentation coaching tips tailored to audience and slide type |
| list_deck_options | List available templates, audiences, and slide types |
Supported Audiences
vc-series-a— Series A venture capital pitchangel-seed— Angel/seed stage fundraiseboard-update— Board meeting update deckdemo-day— Accelerator demo day (3 min)corporate-partnership— Enterprise partnership proposalaccelerator-application— Accelerator/incubator application
Slide Types
title, problem, solution, market, product, business-model, traction, competition, team, financials, ask, closing
Installation
npx deckforge-pitch-mcpUsage with Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"deckforge-pitch": {
"command": "npx",
"args": ["-y", "deckforge-pitch-mcp"]
}
}
}Example
Generate a pitch deck:
Use generate_pitch_deck with:
- description: "Acme automates supply chain compliance for mid-market manufacturers using AI document parsing and real-time monitoring. We replace manual spreadsheet tracking with an automated platform that reduces compliance failures by 90%."
- audience: "vc-series-a"
- template: "modern"License
MIT
