Get Keep It Krispy connected to your meetings in minutes. Choose the method that works best for you.
The easiest way to get started. Connect your Krisp account directly from the dashboard and transcripts sync automatically after every meeting.
For advanced users who want full control over the webhook configuration, or if you need to customize headers or routing.
+ button:
Header name:
X-API-Key
Header value:
your-api-key-from-the-dashboard
X-API-Key header authenticates your webhooks so only your Krisp app can send transcripts to your account. Keep your API key private.
Connect Claude directly to your meeting knowledge graph. Ask Claude about your meetings, speakers, action items, and more using the Model Context Protocol.
Add the following to your Claude Desktop MCP configuration file. On macOS this is typically ~/Library/Application Support/Claude/claude_desktop_config.json.
{
"mcpServers": {
"krisp": {
"url": "https://eneiq5vwovjqz7ahuwvu3ziwqi0bpttn.lambda-url.us-east-1.on.aws/",
"headers": {
"X-API-Key": "YOUR_API_KEY"
}
}
}
}
Replace YOUR_API_KEY with your API Key from the dashboard settings page. Then restart Claude Desktop to activate the connection.
Run this command in your terminal to register the MCP server with Claude Code:
claude mcp add --transport http krisp https://eneiq5vwovjqz7ahuwvu3ziwqi0bpttn.lambda-url.us-east-1.on.aws/ --header "X-API-Key: YOUR_API_KEY"
Replace YOUR_API_KEY with your API Key from the dashboard settings page.
Verify your Krisp webhook is configured with the correct URL and API key. Check the dashboard for recent uploads. Make sure you have completed at least one meeting after setup.
Double-check that the X-API-Key header value matches the API key shown in your dashboard settings. The header name is case-sensitive.
Confirm your API Key is correct in the MCP config. For Claude Desktop, restart the app after editing the config file. For Claude Code, run claude mcp list to verify registration.
Make sure transcripts have finished processing. New transcripts take a few seconds to index. Check the dashboard to verify your meetings are listed.
Try signing out and back in to the dashboard, then re-authorize the Krisp connection. Ensure pop-ups are not blocked during the OAuth flow.
Open an issue on GitHub or email david@alpha-pm.dev for support.