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).

コメント

「その他」の他のコンテンツ