Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@PitchDeck MCP ServerMake a pitch deck for ZenHire: high churn, AI recruiting, $5B market, monthly subscription."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
PitchDeck MCP Server
An MCP (Model Context Protocol) server that generates AI-powered pitch decks for startups and businesses.
Features
generate_pitch_deck - Creates a complete investor pitch deck with:
Title slide
Problem statement
Solution overview
Market opportunity
Business model
Competitive landscape (optional)
Traction & milestones
Team overview
Financial projections
Funding request (optional)
Closing slide
Installation
Usage
As an MCP Server
Add to your MCP client configuration (e.g., Claude Desktop):
Tool: generate_pitch_deck
Generate a complete pitch deck for your startup.
Required Inputs:
Parameter | Type | Description |
| string | The name of the company or startup |
| string | The problem or pain point the company solves |
| string | The solution or product the company offers |
| string | Target market and size (e.g., "$10B healthcare market") |
| string | How the company makes money |
Optional Inputs:
Parameter | Type | Description |
| string | Industry vertical (auto-detected if not provided) |
| string | Key competitors and landscape |
| string | Amount being raised (e.g., "$2M seed round") |
| string | Allocation of funding |
Example:
Output:
Returns a JSON object with:
companyName: Company nameslides: Array of slide objects withtitle,content, andtypegeneratedAt: ISO timestamp
Development
Testing
Tests cover:
Required field generation
Optional field handling (competition, funding)
Slide content validation
Edge cases (company names with spaces)
License
MIT