
Bark
Supports UIby finb
Push custom notifications to your iPhone via a self-hosted server.
What it does
Bark allows an AI to send real-time, customized push notifications to an iOS device. It acts as a bridge between your LLM tools and your iPhone, enabling the AI to alert you of task completions, reminders, or critical system updates.
Tools
send_notification: Sends a custom push notification to the linked iOS device with a specified title and body.
Installation
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"bark": {
"command": "docker",
"args": ["run", "-i", "--rm", "finab/bark-server"]
}
}
}
Supported hosts
- Claude Desktop
Quick install
docker run -dt --name bark -p 8080:8080 -v $(pwd)/bark-data:/data finab/bark-serverInformation
- Pricing
- free
- Published
- 5/11/2026
- stars






