deckforge-team-mcp
v0.1.0
Published
MCP server for DeckForge team workflows — deck analytics, team management, and pipeline collaboration
Maintainers
Readme
DeckForge Team MCP Server
MCP server for DeckForge team workflows — deck analytics, team management, and pitch deck strategy.
Tools
| Tool | Description |
|------|-------------|
| get_deck_analytics | View analytics for a deck — views, unique visitors, slide engagement |
| list_team_decks | List all decks in a team workspace |
| get_platform_stats | Get public platform statistics (no auth needed) |
| pitch_deck_structure | Get recommended slide structure and tips for any deck type |
| compare_deck_summaries | Compare two deck versions side by side |
Installation
{
"mcpServers": {
"deckforge-team": {
"command": "npx",
"args": ["-y", "deckforge-team-mcp"],
"env": {
"DECKFORGE_API_KEY": "your-api-key",
"DECKFORGE_API_URL": "https://deckforgeai.com"
}
}
}
}Related
- deckforge-mcp — Generate pitch decks
- deckforge-analytics-mcp — Export and browse decks
- DeckForge — AI pitch deck generator
