
Mcp Server Alice
Wire Alice voice recordings and secure transcripts into Claude Code or other agents without copying audio files by hand.
Overview
Alice MCP is a MCP server for the Build phase that connects secure Alice audio transcriptions to Claude, ChatGPT, Gemini, and other MCP agents.
What is this MCP server?
- Streamable HTTP remote at aliceapp.ai/mcp with API key from Alice Dashboard Settings → API
- Secure audio transcription pipeline designed for Claude, ChatGPT, Gemini, and compatible MCP clients
- Turns Alice recordings into agent-readable context for specs, standups, and async updates
- Version 1.0.0 server schema with GitHub source at aliceappai/mcp-server-alice
- Server version 1.0.0 per published server schema
- Single required remote variable: api_key
- Transport type: streamable-http hosted endpoint
Community signal: 2 GitHub stars.
What problem does it solve?
Voice notes and meetings live in Alice while your agent cannot see them unless you manually export and paste transcripts.
Who is it for?
Indie builders who already use Alice for recordings and want Claude Code or similar agents to work directly from those transcripts.
Skip if: Teams that need on-device transcription only, no Alice account, or bulk media pipeline outside Alice’s product.
What do I get? / Deliverables
Your agent can pull Alice transcription context over MCP so summaries, tickets, and specs stay tied to original recordings.
- Agent-accessible transcript context from Alice recordings
- Configured remote MCP endpoint with API key auth
- Workflow-ready meeting or memo text inside agent sessions
Recommended MCP Servers
Journey fit
Canonical shelf is Build because the value is hooking an external transcription product into your agent stack as an integration. Integrations fits connecting a hosted Alice remote MCP endpoint to coding assistants for meeting notes and dictation workflows.
How it compares
Hosted transcription bridge MCP server, not a local Whisper skill or generic note-taking plugin.
Common Questions / FAQ
Who is io.github.aliceappai/mcp-server-alice for?
Alice users and solo builders who record in Alice and want MCP agents to read secure transcripts without manual copy-paste.
When should I use io.github.aliceappai/mcp-server-alice?
Use it when you are building or operating agent workflows that need meeting notes, voice memos, or interviews from Alice as structured context.
How do I add io.github.aliceappai/mcp-server-alice to my agent?
Copy your API key from Alice Dashboard Settings → API and register the streamable-http remote URL https://aliceapp.ai/mcp/{api_key} in your MCP client config.