YCloud WhatsApp API

by ycloud-developers

Not rated
GitHub

About

Interact with the YCloud WhatsApp API to send and manage messages.

Details

Author
ycloud-developers
Categories
Communication, Other, API

Setup

Install YCloud WhatsApp API in your MCP client (Claude Desktop, Cursor, Windsurf, and others).

Repository: https://github.com/ycloud-developers/ycloud-whatsapp-mcp-server

Follow the installation instructions in the repository README, then restart your MCP client.

这是一个基于Model Context Protocol (MCP)构建的YCloud WhatsApp API服务器。它能够自动从YCloud WhatsApp OpenAPI规范中生成工具,让AI模型(如Claude)可以直接与YCloud WhatsApp API交互。
- 在
YCloud官网注册一个账户
- 获取您的API密钥(请参阅下面的说明)
- 安装必要的软件依赖(请参阅下面的说明)

- Node.js v16.0.0 或更高版本
- npm v7.0.0 或更高版本
- Claude 桌面应用(如果要与 Claude 集成)

- 自动从OpenAPI规范生成MCP工具
- 支持所有YCloud API端点
- 支持API认证
- 自动处理参数类型和验证
- 支持HTTP请求和响应处理

# 克隆仓库 git clone https://github.com/YCloud-Developers/ycloud-whatsapp-mcp-server.git cd ycloud-whatsapp-mcp-server # 安装依赖 npm install # 构建项目 npm run build

- 登录到YCloud控制台
- 导航到开发者页面
- 在此页面上,您可以找到您的API密钥

- API_BASE_URL: YCloud API的基础URL(默认:https://api.ycloud.com/v2)
- OPENAPI_SPEC_PATH: OpenAPI规范的路径或URL(默认:
https://docs.ycloud.com/openapi.json)
- API_HEADERS: API请求头(格式:key1:value1,key2:value2)

- 在macOS上:~/Library/Application Support/Claude/claude_desktop_config.json
- 在Windows上:%APPDATA%\Claude\claude_desktop_config.json

{ "mcpServers": { "ycloud-whatsapp": { "command": "node", "args": ["path/to/ycloud-whatsapp-mcp-server/build/index.js"], "env": { "API_BASE_URL": "https://api.ycloud.com/v2", "API_HEADERS": "X-API-Key:your-api-key-here" } } } }
# 设置环境变量并运行 API_BASE_URL=https://api.ycloud.com/v2 \ API_HEADERS="X-API-Key:your-api-key-here" \ npm start

- 查看服务器日志:服务器运行时会输出调试信息
- 使用MCP Inspector:您可以使用MCP Inspector工具来检查服务器的运行状态
- Claude桌面端调试:在Claude桌面应用中可以查看服务器状态和日志

An MCP server for Claude that integrates with the Evolution API for WhatsApp automation.

Connect WasenderAPI to AI agents and automation tools using the Model Context Protocol. This remote MCP server exposes WhatsApp session management, messaging, contacts, and groups as callable tools for MCP-compatible platforms

A multi-device WhatsApp API server for AI agents and tools.

Send and receive messages using the WhatsApp API.

Manage your WhatsApp, SMS and Phone Calls using a single MCP connector

Enables seamless integration with communication platform that allows you to reach your customers globally across any channel.

Interact with any other SaaS applications on behalf of your customers.

Official MCP Server to interact with Pearl API. Connect your AI Agents with 12,000+ certified experts instantly.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.