Connect voice recordings and transcripts to AI clients for natural language querying, insights, and workflow automation.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-alice": {
"command": "npx",
"args": [
"-y",
"aliceappai/mcp-server-alice"
]
}
}
}
Run in terminal:
claude mcp add mcp-server-alice npx -y aliceappai/mcp-server-alice
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-alice": {
"command": "npx",
"args": [
"-y",
"aliceappai/mcp-server-alice"
]
}
}
}