Alice MCP Server

Connect your Alice recordings and transcripts to the AI tools you already use — Claude, ChatGPT, Gemini, Grok, Perplexity, and any other

Local serverstdioGo

What is the Alice MCP server?

Connect Alice to Claude, Cursor or any other MCP client and it stops being a tab you switch to. Connect your Alice recordings and transcripts to the AI tools you already use — Claude, ChatGPT, Gemini, Grok, Perplexity, and any other MCP-compatible client. The alice mcp server is what makes that connection.

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • list_recordings_v2 — List recordings with optional filters
  • search_recordings_v2 — Search recordings, transcripts, and metadata with natural language
  • get_recording_v2 — Get recording details for a specific recording ID
  • get_transcript_v2 — Retrieve a transcript for a specific recording ID
  • get_collection_stats_v2 — Get collection-level recording and transcript statistics
  • get_schemas_v2 — Get JSON schemas for MCP v2 tool inputs and outputs
  • search_recordings_tool — Legacy search tool for backward compatibility
  • get_transcript_tool — Legacy transcript retrieval tool for backward compatibility
  • get_recording_metadata_tool — Legacy recording metadata tool for backward compatibility
  • list_recent_recordings_tool — Legacy recent recordings listing tool for backward compatibility
  • ChatGPT — 1. Open ChatGPT settings 2. Navigate to Integrations or MCP Servers 3. Click Add Server or Connect 4. Name: Alice 5. URL: Paste the
  • Grok — 1. Open grok.com or your Grok-enabled application 2. Go to Settings → Integrations or MCP Tools 3. Click **Add Remote MCP

Installation

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.

Credentials and setup notes

  • An Alice account — sign up free at aliceapp.ai (includes 60 free minutes) - An MCP-compatible AI client (Claude Desktop, Claude.ai, ChatGPT, Grok, etc.) - Your Alice connection URL (generated in your Alice Dashboard under AI → MCP Server) ---

Where it fits

This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Alice's toolset — list_recordings_v2, search_recordings_v2, get_recording_v2 and 10 more — is a fair guide to whether it matches your workflow. It is maintained by aliceappai; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Alice's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • With 13 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Alice.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
list_recordings_v2List recordings with optional filters.
search_recordings_v2Search recordings, transcripts, and metadata with natural language.
get_recording_v2Get recording details for a specific recording ID.
get_transcript_v2Retrieve a transcript for a specific recording ID.
get_collection_stats_v2Get collection-level recording and transcript statistics.
get_schemas_v2Get JSON schemas for MCP v2 tool inputs and outputs.
search_recordings_toolLegacy search tool for backward compatibility.
get_transcript_toolLegacy transcript retrieval tool for backward compatibility.
get_recording_metadata_toolLegacy recording metadata tool for backward compatibility.
list_recent_recordings_toolLegacy recent recordings listing tool for backward compatibility.
ChatGPT1. Open ChatGPT settings 2. Navigate to **Integrations** or **MCP Servers** 3. Click **Add Server** or **Connect** 4. Name: Alice 5. URL: Paste the copied URL
Grok1. Open [grok.com](https://grok.com) or your Grok-enabled application 2. Go to **Settings → Integrations** or **MCP Tools** 3. Click **Add Remote MCP Server** 4. Name: Alice 5. Server URL: Paste the URL from above 6. Cli
TipsThe Tips tool exposed by this server.

Configuration

  • An Alice account — sign up free at aliceapp.ai (includes 60 free minutes) - An MCP-compatible AI client (Claude Desktop, Claude.ai, ChatGPT, Grok, etc.) - Your Alice connection URL (generated in your Alice Dashboard under AI → MCP Server) ---

Example prompts to try

  • Use Alice to list recordings v2.
  • Use Alice to search recordings v2.
  • Use Alice to get recording v2.

Frequently asked questions

It connects Alice to MCP-compatible AI assistants such as Claude and Cursor, exposing 13 tools (list_recordings_v2, search_recordings_v2, get_recording_v2, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Alice directly.