In 3 steps, your favorite AI can search, read and summarize your transcribed voice notes. Works in Claude, ChatGPT, Claude Code, Cursor, and any MCP-compatible tool.
From trying it without signing up to full access with your personal library.
Try AudioMap MCP without an account. Demo dataset, rate-limited.
https://api.audiomap.ai/mcp/demoYour own notes library. Full read, write within plan credits.
Concurrent MCP sessions, generous credits, processing priority.
Create a persistent API key at /dashboard/api-keys (recommended) or a session token at /dashboard/mcp.
Copy the generated "connection prompt" for your AI. Works in Claude, ChatGPT, Claude Code and more.
Paste it into your AI. It configures itself and shows you what to ask.
Specific instructions for each AI
Recommended command (whole machine)
claude mcp add --transport http -s user audiomap https://api.audiomap.ai/mcp/stream --header "Authorization: Bearer <YOUR_TOKEN>"
Alternative: .mcp.json in the project
{
"mcpServers": {
"audiomap": {
"type": "http",
"url": "https://api.audiomap.ai/mcp/stream",
"headers": {
"Authorization": "Bearer <YOUR_TOKEN>"
}
}
}
}Paths:
~/Library/Application Support/Claude/claude_desktop_config.json.cursor/mcp.json.vscode/mcp.json.mcp.json (or use claude mcp add){
"mcpServers": {
"audiomap": {
"type": "http",
"url": "https://api.audiomap.ai/mcp/stream",
"headers": {
"Authorization": "Bearer <YOUR_TOKEN>"
}
}
}
}14 tools total. Read tools are free; write tools consume credits.
search_notesSearch notes by text (title, description, transcript).
list_recent_notesLast N notes with metadata.
get_noteFull note: transcript + AI summary + highlights.
get_transcript_segmentsSegments with timestamps and speakers.
list_foldersFolders with note count.
list_highlightsHighlighted fragments of a note.
get_outlineAuto-generated chapters with timestamps.
upload_audio_urlUpload audio from public URL. 50 cred/min.
wait_for_transcriptionPolling with timeout until status ready.
generate_ai_notesTemplates: meeting, sales, legal, medical… 100 cred.
generate_outlineOutline/chapters with AI. 50 cred.
replace_in_transcriptLiteral search & replace over the transcript. Free.
ask_noteAsk about a note (RAG + timestamps). 10 cred.
extract_clipExtract MP3 clip from a range. 1h presigned URL. 5 cred.
Full descriptions and annotations: https://api.audiomap.ai/mcp/info
Generate your personalized connection prompt in one click. Your AI does the rest.