MCP.so
ログイン

Mcpal

@mjkid221

Mcpal について

Friendly Companion MCP. Get notified when your task is finished!

基本情報

カテゴリ

その他

ライセンス

NOASSERTION

ランタイム

node

トランスポート

stdio

公開者

mjkid221

投稿者

MJ Lee

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "mcpal": {
      "command": "npx",
      "args": [
        "mcpal@latest"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is MCPal?

MCPal is a lightweight MCP server for native desktop notifications with action buttons, text replies, and LLM‑aware icons. It is compatible with any MCP client.

How to use MCPal?

Add MCPal to your MCP config manually (JSON or TOML) or via CLI for Codex or Claude Code. Then call the send_notification tool with parameters such as message, title, actions, dropdownLabel, and reply.

Key features of MCPal

  • Native desktop notifications with action buttons and text reply
  • LLM‑aware icons that detect the calling client
  • Input sanitization and truncation for reliability
  • Structured tool result contract with backward‑compatible text output
  • Custom app icon automatically configured during installation
  • Built‑in MCP instructions for proactive notification configuration

Use cases of MCPal

  • Notify when a long‑running task (build, test, deployment) completes
  • Ask for user approval or choice via action buttons (e.g., “Deploy” / “Cancel”)
  • Request free‑form text input from the user without switching apps
  • Provide task‑completion hooks for AI assistants to notify the user

FAQ from MCPal

What does MCPal do?

MCPal sends native desktop notifications from any MCP client, supporting action buttons, text replies, and client‑specific icons.

How do I install MCPal?

Add it to your MCP config with npx mcpal@latest (JSON/TOML) or use the CLI commands for Codex (codex mcp add mcpal -- npx -y mcpal@latest) or Claude Code (claude mcp add mcpal -- npx -y mcpal@latest).

What parameters does send_notification accept?

Required: message (string). Optional: title (default “MCPal”), actions (array of strings), dropdownLabel (string), reply (boolean).

Does MCPal support custom client icons?

Yes. To add a new client icon, place a 128×128 PNG (<10 KB) in src/assets/clients/ and update the mapping in src/notify.config.ts.

What are the input limits for notifications?

Title: 256 characters. Message: 4000 characters. Actions: max 3 items, each 64 characters. Dropdown label: 64 characters.

コメント

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