MCP.so
登录
B

Barkme Mcp Server

@thevibeworks

关于 Barkme Mcp Server

暂无概览

基本信息

分类

其他

传输方式

stdio

发布者

thevibeworks

提交者

Eric Wang

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "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"
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Barkme Mcp Server?

Barkme Mcp Server is a Model Context Protocol server that sends iOS push notifications through the Bark service. It provides a single notify tool for Claude conversations, supporting device aliases, async delivery, and the full Bark API with 20+ parameters.

How to use Barkme Mcp Server?

Install via npx @vibeworks/barkme-mcp-server and configure in your Claude Desktop config file with environment variables (BARK_DEVICES, BARK_SERVER, etc.). Requires Node.js 20+ and a Bark device key from the iOS app. After adding the configuration, restart Claude Desktop and use natural language commands like "Send me a notification saying 'Hello World'".

Key features of Barkme Mcp Server

  • Single notify tool handles all notification scenarios
  • Device aliases (e.g., "iPhone:key1") keep device keys hidden from AI
  • Async‑first non‑blocking delivery with background logging
  • Supports all Bark API parameters including encrypted messages and sound
  • Update or delete previously sent notifications by ID

Use cases of Barkme Mcp Server

  • Send iOS push notifications directly from Claude conversations
  • Notify multiple devices (iPhone, iPad) simultaneously using aliases
  • Trigger critical alerts for server maintenance or urgent events
  • Modify or cancel notifications that were sent earlier

FAQ from Barkme Mcp Server

What Bark service does this integrate with?

It integrates with the Bark iOS push notification service. You must have a Bark device key, which you can obtain from the Bark app (setup tutorial linked in the README).

What are the runtime requirements?

Node.js 20+ is required, along with a MCP client such as Claude Desktop or Claude Code.

How are device keys handled securely?

Device keys are stored in the BARK_DEVICES environment variable using aliases like iPhone:key1. The AI never sees the raw keys, only the aliases.

Can I use a custom Bark server?

Yes, set the BARK_SERVER environment variable to your own Bark server URL (default is https://api.day.app).

Does the server support synchronous delivery?

Yes. The BARK_ASYNC environment variable controls this: set to false for blocking (synchronous) mode; default is true (async/fire‑and‑forget).

评论

其他 分类下的更多 MCP 服务器