streamable-httpupdated 2mo ago
Record and refine your elevator pitch without leaving Claude. Connect Claude to your PresenterPrep account — write a script, record yourself saying it, and get AI feedback back in your conversation.
PresenterPrep 能做什么?
PresenterPrep MCP Server
Record and refine your elevator pitch without leaving Claude. Connect Claude to your PresenterPrep account — write a script, record yourself saying it, and get AI feedback back in your conversation.
Connect
Remote server — no installation needed.
Add to Claude Desktop (claude_desktop_config.json):
{
"mcpServers": {
"presenterprep": {
"command": "npx",
"args": ["mcp-remote", "https://mcp.presenterprep.com/mcp"]
}
}
}
Or add directly in Claude.ai:
- Go to Integrations in the left sidebar
- Add server URL:
https://mcp.presenterprep.com/mcp
The first time you connect, Claude walks you through signing in to your PresenterPrep account via OAuth. You only do this once.
Tools
| Tool | Description |
|---|---|
practice_script |
Write and store a pitch script in PresenterPrep. Returns a recording session URL. Pass session_id to refine an existing script in place. |
get_session_feedback |
Returns the transcript and AI feedback for the latest recording in a session. |
list_my_decks |
List your uploaded pitch decks. |
analyze_deck |
Run a slide-by-slide analysis of a deck. |
create_session |
Create a voice coaching session for a deck. Returns a session URL. |
The recording loop
The fastest way to go from a pitch idea to a recorded take with feedback:
1. Ask Claude to write your script
Write me a 45-second elevator pitch. My company makes project management
software for construction teams. Audience is a seed-stage investor.
Lead with the problem, end with the ask: raising $500k.
Claude calls practice_script, creates a prep session in PresenterPrep, and gives you a link.
2. Open the link and record
The link opens a session page with your script and a Record button. Press it, say the pitch at normal talking speed, stop when done. PresenterPrep analyzes your delivery and generates a transcript.
3. Paste the session ID back to Claude
Here's my session ID: ses_acme-pitch_x7k2 — what should I tighten?
Claude calls get_session_feedback, compares your transcript to the original script, and tells you exactly what to fix — rushed sections, skipped phrases, a soft ask. It rewrites the script and sends you a new link.
4. Re-record and repeat
Two or three rounds is usually enough. Each take the script gets tighter and you get more comfortable saying it out loud.
What it's for
- Elevator pitches and short-form investor intros
- Demo day prep and YC partner interview practice
- Any presentation where you need to say something fluently in under 2 minutes
For full pitch deck walkthroughs with live AI coaching and slide navigation, use PresenterPrep directly at app.presenterprep.com.
Links
安装
把 PresenterPrep 添加到你的客户端。选择你正在使用的那个。
claude mcp add --transport http presenterprep https://mcp.presenterprep.com/mcpcodex mcp add presenterprep --url https://mcp.presenterprep.com/mcp{
"mcpServers": {
"presenterprep": {
"url": "https://mcp.presenterprep.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"presenterprep": {
"type": "http",
"url": "https://mcp.presenterprep.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"presenterprep": {
"url": "https://mcp.presenterprep.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"presenterprep": {
"serverUrl": "https://mcp.presenterprep.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
5 个工具
PresenterPrep 向已连接的智能体提供 5 个工具。
- practice_script
- Write and store a pitch script in PresenterPrep. Returns a recording session URL. Pass `session_id` to refine an existing script in place.
- get_session_feedback
- Returns the transcript and AI feedback for the latest recording in a session.
- list_my_decks
- List your uploaded pitch decks.
- analyze_deck
- Run a slide-by-slide analysis of a deck.
- create_session
- Create a voice coaching session for a deck. Returns a session URL.
评分
68 / 100
良好
- 文档22/25
- 维护22/25
- 可信度6/20
- 能力6/15
- 安装体验12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 72 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 5 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 1.0.2最新 | 2026年8月5日 |
| 1.0.1 | 2026年7月14日 |
| 1.0.0 | 2026年7月14日 |