- Home
- MCP servers
- PitchDeck
PitchDeck
- javascript
0
GitHub Stars
javascript
Language
4 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
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.
How to use
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.
How to install
Prerequisites: ensure you have Node.js and npm installed on your system.
-
Install dependencies for the MCP server package.
-
Build the MCP server package to produce the runnable distribution.
-
Run the development or production version as instructed by your environment.
Configuration and usage notes
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"]
}
}
}
Available tools
generate_pitch_deck
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.