We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41b1bdb commit 6800ed1Copy full SHA for 6800ed1
README.md
@@ -1,5 +1,7 @@
1
# ALAPI MCP Server
2
3
+[](https://smithery.ai/server/@ALAPI-SDK/mcp-alapi-cn)
4
+
5
这是一个基于 [ALAPI](https://www.alapi.cn) 的 MCP (Model Control Protocol) 服务器实现,可以通过MCP协议直接调用ALAPI的接口
6
7
## 功能特点
@@ -18,6 +20,14 @@
18
20
19
21
## 安装
22
23
+### Installing via Smithery
24
25
+To install mcp-alapi-cn for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@ALAPI-SDK/mcp-alapi-cn):
26
27
+```bash
28
+npx -y @smithery/cli install @ALAPI-SDK/mcp-alapi-cn --client claude
29
+```
30
31
### 构建安装
32
```bash
33
#Github
0 commit comments