Back to MCP directory
publicPublicdnsLocal runtime

Africa's Talking SMS

配置Claude桌面应用连接,包括文件路径指引和构建步骤

article

README

🚀 将其连接到Claude Desktop

本项目主要解决将相关内容连接到Claude Desktop的问题,通过一系列配置步骤,实现与Claude Desktop的连接,目前仅支持短信功能。

🚀 快速开始

配置Claude桌面

请确保在Claude应用程序的“应用支持”部分添加Claude桌面配置。对于Mac用户,路径如下:

/users/username/library/Application support/claude

按下 cmd + shift + G 可以访问库文件夹,该文件夹可能在Finder中不可见。

构建项目

运行 npm run build

放置Claude JSON文件

在安装Claude Desktop后将Claude JSON文件放在上述指定位置。

功能说明

目前仅实现了短信功能。

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client