home / mcp / pitchdeck mcp server
Generates AI-powered pitch decks by transforming startup inputs into investor-ready slides.
Configuration
View docs{
"mcpServers": {
"automatikstudio-pitchdeck-mcp": {
"command": "node",
"args": [
"/path/to/pitchdeck-mcp/dist/index.js"
]
}
}
}You can run this MCP server to automatically generate compelling investor pitch decks for startups. It integrates with MCP clients to receive inputs like company name, problem, solution, market size, and business model, and returns a complete slide deck as structured content.
You register the PitchDeck MCP server with your MCP client so you can invoke it as a standard tool in your workflow. Once configured, you provide essential startup details through the tool inputs, and you receive a sequence of slides that form a full pitch deck.
Prerequisites: ensure you have Node.js and npm installed on your system.
1. Install dependencies for the MCP server package.
2. Build the MCP server package to produce the runnable distribution.
3. Run the development or production version as instructed by your environment.
To connect this MCP server to your MCP client, configure it as follows. The server runs locally via Node.js and exposes a ready-to-use entry point that your MCP client can call.
{
"mcpServers": {
"pitchdeck": {
"command": "node",
"args": ["/path/to/pitchdeck-mcp/dist/index.js"]
}
}
}Generates a complete investor pitch deck from inputs such as company name, problem, solution, market size, business model, and optional fields like competition and funding.