Airspeed + Claude MCP Integration
Last updated: June 24, 2026
Airspeed exposes an MCP (Model Context Protocol) server so Claude — Desktop or Code — can read your call data, summaries, and insights directly. Once configured, you can ask Claude questions like "summarize my last five calls" or "which deals had a competitor mentioned this month" and it will pull from Airspeed to answer.
Note: The Airspeed MCP works with Claude Desktop, Claude Code, and Cursor. It does not work with claude.ai in the browser — the web app requires OAuth authentication, which the Airspeed MCP does not support.
What the MCP exposes
Call metadata
Call ID, title, date, and duration.
Participants (names, emails, organizations).
Tags and call type.
Recording and transcript availability.
Call content
Full transcripts with speaker attribution and timestamps.
AI-generated summaries.
Key moments.
Insights
Custom Insights (pain points, objections, qualification frameworks).
Next steps and action items.
Deal context and stage information.
Sentiment.
Search and filter
Date-range filtering (
start_date,end_date).Participant-based search.
Tag and insight filtering.
Full-text search across transcripts and summaries.
Semantic (vector-based) search.
Prerequisites
An active Airspeed account with admin access.
Claude Desktop (macOS), Claude Code (terminal), or Cursor.
Step 1: Generate an API key
Log in to Airspeed.
Go to Settings → API.
Click Create New Key.
Give the key a descriptive name, e.g. MCP — Production.
Copy the key and store it securely. The full key is only shown once.
For more on key management — limits, rotation, and revocation — see Managing API Keys.

Step 2: Configure Claude Desktop (macOS)
Option A: One-click install (recommended)
In Airspeed, go to Settings → API.
Under the MCP section, click Download for Claude Desktop.
Open the downloaded
.dxtfile — Claude Desktop will launch and walk you through installation.When prompted, paste your Airspeed API key.
Restart Claude Desktop.
Note: The extension is not yet code-signed, so Claude Desktop may show an "unverified" prompt during installation. This is expected — click through to proceed.
Option B: Manual config
Open
~/Library/Application Support/Claude/claude_desktop_config.jsonin a text editor.Add the MCP configuration snippet from Settings → API in Airspeed under the
mcpServerskey, replacingYOUR_API_KEYwith your actual key.Save the file and restart Claude Desktop.
To verify either option, ask Claude: "List my recent calls." If configured correctly, it should return calls from your Airspeed workspace.
Step 3: Configure Claude Code (terminal)
Make sure Claude Code is installed and authenticated.
Run the following command, replacing
YOUR_API_KEYwith your Airspeed API key:
claude mcp add glyphic --transport http https://api.glyphic.ai/mcp --header "X-API-Key:YOUR_API_KEY"To verify, start a new Claude Code session and ask: "List my recent calls."
Step 4: Test it
Try a few simple queries to confirm API connectivity, data access, and configuration:
"Show my recent calls."
"Summarize my latest customer conversations."
"What objections are coming up most frequently?"
Example use cases
Call review — "Summarize my last five calls", "What were the key themes this week?"
Customer insight — "What are the most common pain points?", "What objections are appearing in deals?"
Deal intelligence — "What are the next steps across my active deals?", "Which deals are at risk?"
Product feedback — "What features are customers requesting?"
Cross-call analysis — "Compare enterprise vs mid-market conversations."
Troubleshooting
Error: "Couldn't register with Airspeed's sign-in service" in claude.ai
This error appears when trying to add the Airspeed MCP through the claude.ai web app. The browser version of Claude requires OAuth authentication, which the Airspeed MCP does not support. Use Claude Desktop or Claude Code instead — see the steps above.
No data returned
Check the API key is valid and has not been revoked.
Confirm the MCP configuration was added correctly.
Make sure there are calls in Airspeed the key has access to.
Connection errors
Restart Claude.
Verify the configuration syntax.
Confirm the API key is set correctly.
Outdated configuration
Use the latest setup snippet from Settings → API in Airspeed. The MCP server is updated periodically and older snippets may stop working.
If you have questions about the MCP integration, reach out to support@airspeed.ai.