Server Config
{
"mcpServers": {
"barkme": {
"command": "node",
"args": [
"/your/path/to/barkme-mcp-server/dist/index.js"
],
"env": {
"LOG_LEVEL": "info",
"BARK_DEVICES": "iPhone:<your device key>",
"BARK_SERVER": "https://api.day.app",
"BARK_GROUP": "Claude",
"BARK_RETRY": "2",
"BARK_ASYNC": "true"
}
}
}
}