Reflecto for Claude Desktop
dev.reflecto/reflecto
Reach your own phone from an AI agent: notifications, approval questions, reminders, ring, files.
client:Claude Desktop
transport:streamable-http
Install Reflecto in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"reflecto": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.reflecto.dev/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs