Install
$ agentstack add mcp-aliceappai-mcp-server-alice ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Alice MCP Server
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 turns your secure voice archive into a queryable knowledge base. Search across hundreds of hours of recordings, retrieve full transcripts, surface insights, and automate workflows — all with natural language.
What You Can Do
- Search recordings — find any transcript, quote, or moment using natural-language queries
- Retrieve transcripts — pull full transcripts or specific segments by recording ID
- List and browse recordings — filter by date, title, language, speaker, or metadata
- Ask questions — get precise answers sourced directly from your real conversations
- Build workflows — automate drafting, summarizing, tagging, CRM notes, and enrichment
Requirements
- 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)
Setup
Get Your Connection URL
- Go to aliceapp.ai/mcp
- Click Generate connection URL
- Copy the generated URL — you'll paste it into your AI client below
This generated URL contains your unique Alice API key in the path, so no additional authentication setup is required in your client.
Claude Desktop
- Open Claude Desktop → Settings (⌘ + ,)
- Go to Connectors
- Click Add custom connector
- Name:
Alice - URL: Paste the URL from above
- Click Save
Claude will now know to ask Alice when you have questions about your recordings.
Claude.ai Web
- Open Claude.ai Settings
- Go to Connectors
- Click Add custom connector
- Name:
Alice - URL: Paste the URL from above
- Click Save
Claude will now know to ask Alice when you have questions about your recordings.
ChatGPT
- Open ChatGPT settings
- Navigate to Integrations or MCP Servers
- Click Add Server or Connect
- Name:
Alice - URL: Paste the copied URL
ChatGPT will now know to ask Alice when you have questions about your recordings.
Grok
- Open grok.com or your Grok-enabled application
- Go to Settings → Integrations or MCP Tools
- Click Add Remote MCP Server
- Name:
Alice - Server URL: Paste the URL from above
- Click Save
Grok will now know to ask Alice when you have questions about your recordings.
For more details, see the Grok Remote MCP Tools Documentation.
Other MCP Clients (Cursor, Windsurf, etc.)
Use the same connection URL. Refer to your client's documentation for where to add MCP server connections.
Tips
- Set permissions to Always Allow so your AI can reach out to Alice as needed
- Create a project named Alice to keep chats organized and set specific instructions
Available Tools
Once connected, your AI client has access to the following tools:
MCP v2 tools (recommended)
| Tool | Description | |------|-------------| | 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. |
Legacy tools (backward compatibility)
| Tool | Description | |------|-------------| | 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. |
Example Prompts
Once Alice is connected to your AI client, try:
> "Search my Alice recordings for everything I captured about the Johnson interview"
> "Get the transcript from my recording on March 15th"
> "Summarize the last 5 recordings tagged as sales calls"
> "Draft a LinkedIn post from my most recent podcast recording"
> "What were the key themes across all my recordings from Q1?"
Privacy & Security
Alice is built on a foundational commitment to privacy — not as a feature, but as a moral baseline.
Privacy Policy: https://aliceapp.ai/privacy-policy
- No data mining, no third-party trackers, no ad networks
- All data encrypted in transit and at rest
- True hard-deletion — deleted files are permanently and unrecoverably erased
- HIPAA, SOC 2, GDPR, and CCPA compliant
- Deployable in your own cloud or data center for enterprise use
- Your recordings are never used to train AI models
- You retain full ownership and intellectual property rights
Supported AI Clients
| Client | Status | |--------|--------| | Claude Desktop | ✅ Supported | | ChatGPT | ✅ Supported | | Gemini | ✅ Supported | | Grok | ✅ Supported | | Perplexity | ✅ Supported | | Cursor | ✅ Supported | | Windsurf | ✅ Supported |
Support
- 📧 Email: [alice@aliceapp.ai](mailto:alice@aliceapp.ai)
- 🌐 Website: aliceapp.ai
- 📖 MCP Server page: aliceapp.ai/mcp-server
License
MIT License — see [LICENSE](./LICENSE) for details.
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: aliceappai
- Source: aliceappai/mcp-server-alice
- License: MIT
- Homepage: https://aliceapp.ai/mcp-server
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.