PitchDeck MCP Server

PitchDeck MCP Server

An MCP server that generates comprehensive AI-powered investor pitch decks for startups and businesses. It produces structured content for slides covering problem statements, market opportunities, and business models based on specific company inputs.

Category
Visit Server

README

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

npm install
npm run build

Usage

As an MCP Server

Add to your MCP client configuration (e.g., Claude Desktop):

{
  "mcpServers": {
    "pitchdeck": {
      "command": "node",
      "args": ["/path/to/pitchdeck-mcp/dist/index.js"]
    }
  }
}

Tool: generate_pitch_deck

Generate a complete pitch deck for your startup.

Required Inputs:

Parameter Type Description
company_name string The name of the company or startup
problem string The problem or pain point the company solves
solution string The solution or product the company offers
market_size string Target market and size (e.g., "$10B healthcare market")
business_model string How the company makes money

Optional Inputs:

Parameter Type Description
industry string Industry vertical (auto-detected if not provided)
competition string Key competitors and landscape
funding_amount string Amount being raised (e.g., "$2M seed round")
use_of_funds string Allocation of funding

Example:

{
  "company_name": "TechFlow",
  "problem": "Small businesses waste 20+ hours per week on manual data entry",
  "solution": "AI-powered automation platform with 99.9% accuracy",
  "market_size": "$200B SMB administrative software market",
  "business_model": "SaaS subscription: $99/month starter, $299/month pro",
  "competition": "Legacy players like SAP are slow and expensive",
  "funding_amount": "$3M Seed Round"
}

Output:

Returns a JSON object with:

  • companyName: Company name
  • slides: Array of slide objects with title, content, and type
  • generatedAt: ISO timestamp

Development

# Install dependencies
npm install

# Run in development mode
npm run dev

# Run tests
npm test

# Build for production
npm run build

Testing

npm test

Tests cover:

  • Required field generation
  • Optional field handling (competition, funding)
  • Slide content validation
  • Edge cases (company names with spaces)

License

MIT

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured