/ 目錄 / 演練場 / WhatsApp MCP
● 社群 verygoodplugins ⚡ 即開即用

WhatsApp MCP

作者 verygoodplugins · verygoodplugins/whatsapp-mcp

WhatsApp MCP server — connect Claude to WhatsApp for reading and sending messages.

WhatsApp MCP is a MCP server that whatsapp mcp server — connect claude to whatsapp for reading and sending messages Use it from Claude Code, Cursor, Codex, or any MCP-compatible / skills-compatible agent.

為什麼要用

核心特性

即時演示

實際使用效果

whatsapp-mcp-verygoodplugins.replay ▶ 就緒
0/0

安裝

選擇你的客戶端

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "whatsapp-mcp-verygoodplugins": {
      "command": "go",
      "args": [
        "run",
        "github.com/verygoodplugins/whatsapp-mcp@latest"
      ],
      "_inferred": true
    }
  }
}

開啟 Claude Desktop → Settings → Developer → Edit Config。儲存後重啟應用。

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "whatsapp-mcp-verygoodplugins": {
      "command": "go",
      "args": [
        "run",
        "github.com/verygoodplugins/whatsapp-mcp@latest"
      ],
      "_inferred": true
    }
  }
}

Cursor 使用與 Claude Desktop 相同的 mcpServers 格式。專案級設定優先於全域。

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "whatsapp-mcp-verygoodplugins": {
      "command": "go",
      "args": [
        "run",
        "github.com/verygoodplugins/whatsapp-mcp@latest"
      ],
      "_inferred": true
    }
  }
}

點擊 Cline 側欄中的 MCP Servers 圖示,然後選 "Edit Configuration"。

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "whatsapp-mcp-verygoodplugins": {
      "command": "go",
      "args": [
        "run",
        "github.com/verygoodplugins/whatsapp-mcp@latest"
      ],
      "_inferred": true
    }
  }
}

格式與 Claude Desktop 相同。重啟 Windsurf 生效。

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "whatsapp-mcp-verygoodplugins",
      "command": "go",
      "args": [
        "run",
        "github.com/verygoodplugins/whatsapp-mcp@latest"
      ]
    }
  ]
}

Continue 使用伺服器物件陣列,而非映射。

~/.config/zed/settings.json
{
  "context_servers": {
    "whatsapp-mcp-verygoodplugins": {
      "command": {
        "path": "go",
        "args": [
          "run",
          "github.com/verygoodplugins/whatsapp-mcp@latest"
        ]
      }
    }
  }
}

加入 context_servers。Zed 儲存後熱重載。

claude mcp add whatsapp-mcp-verygoodplugins -- go run github.com/verygoodplugins/whatsapp-mcp@latest

一行命令搞定。用 claude mcp list 驗證,claude mcp remove 移除。

使用場景

實戰用法: WhatsApp MCP

Use WhatsApp MCP for its core workflow

👤 Engineers and power users ⏱ ~15 min intermediate

何時使用: You want MCP server integration for comm work without writing glue code.

前置條件
  • Repo installed / cloned — See repo README
步驟
  1. Install
    Set up the WhatsApp MCP MCP server.✓ 已複製
    → MCP server listed in your agent config
  2. Invoke
    Use WhatsApp MCP to run a representative task in comm.✓ 已複製
    → Tool call succeeds; result returned

結果: Real comm work completed via WhatsApp MCP with one chat.

注意事項
  • Auth/credential setup is the most common blocker. — Follow the repo README for env vars and tokens.
搭配使用: filesystem

組合

與其他 MCP 搭配,撬動十倍槓桿

whatsapp-mcp-verygoodplugins + filesystem

Pair with filesystem for comm workflows that need local file IO.

Use WhatsApp MCP together with filesystem.✓ 已複製

工具

此 MCP 暴露的能力

工具輸入參數何時呼叫成本
primary_call task-specific For the main use case Varies

成本與限制

運行它的成本

API 配額
Provider rate limits apply
每次呼叫 Token 數
Varies
費用
Free / pay provider directly
提示
Cache results; batch calls.

安全

權限、密鑰、影響範圍

憑證儲存: Use environment variables or your OS keychain.
資料出站: Depends on integration

故障排查

常見錯誤與修復

Confirm install and restart your agent.

更多

資源

📖 閱讀 GitHub 上的官方 README

🐙 查看未解決的 issue

🔍 瀏覽全部 400+ MCP 伺服器和 Skills