# Mcp Server Alice

> Connect voice recordings and transcripts to AI clients for natural language querying, insights, and workflow automation.

- **Type:** MCP server
- **Install:** `agentstack add mcp-aliceappai-mcp-server-alice`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [aliceappai](https://agentstack.voostack.com/s/aliceappai)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [aliceappai](https://github.com/aliceappai)
- **Source:** https://github.com/aliceappai/mcp-server-alice
- **Website:** https://aliceapp.ai/mcp-server

## Install

```sh
agentstack add mcp-aliceappai-mcp-server-alice
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## 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](https://aliceapp.ai/signup) (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](https://aliceapp.ai/mcp) under AI → MCP Server)

---

## Setup

### Get Your Connection URL

1. Go to [aliceapp.ai/mcp](https://aliceapp.ai/mcp)
2. Click **Generate connection URL**
3. 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

1. Open Claude Desktop → Settings (⌘ + ,)
2. Go to **Connectors**
3. Click **Add custom connector**
4. Name: `Alice`
5. URL: Paste the URL from above
6. Click **Save**

Claude will now know to ask Alice when you have questions about your recordings.

### Claude.ai Web

1. Open Claude.ai Settings
2. Go to **Connectors**
3. Click **Add custom connector**
4. Name: `Alice`
5. URL: Paste the URL from above
6. Click **Save**

Claude will now know to ask Alice when you have questions about your recordings.

### 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 copied URL

ChatGPT will now know to ask Alice when you have questions about your recordings.

### Grok

1. 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. 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](https://docs.x.ai/docs/guides/tools/remote-mcp-tools).

### 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](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](https://aliceapp.ai)
- 📖 MCP Server page: [aliceapp.ai/mcp-server](https://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](https://github.com/aliceappai)
- **Source:** [aliceappai/mcp-server-alice](https://github.com/aliceappai/mcp-server-alice)
- **License:** MIT
- **Homepage:** https://aliceapp.ai/mcp-server

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-aliceappai-mcp-server-alice
- Seller: https://agentstack.voostack.com/s/aliceappai
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
