wx-mcp MCP Server
yindex/wx-mcp
Are you the maintainer of yindex/wx-mcp? Claim this listing →
微信龙虾助手MCP-Server
Add AgentRank to Claude Code Discover and compare tools like yindex/wx-mcp — your AI finds the right one automatically
Get API Access → claude mcp add agentrank -- npx -y agentrank-mcp-server Overview
yindex/wx-mcp is a Go MCP server. 微信龙虾助手MCP-Server
Ranked #100 out of 109 indexed tools.
Actively maintained with commits in the last week.
Ecosystem
Go No license
Score Breakdown
Stars 15% 2
2 stars → early stage
Freshness 25% today
Last commit today → actively maintained
Issue Health 25% 50%
No issues filed → no history to score
Contributors 10% 1
1 contributor → solo project
Dependents 25% 0
No dependents → no downstream usage
npm Downloads N/A
PyPI Downloads N/A
Forks 0
Description Brief
License None
Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →
How to Improve
Description low impact
License low impact
Contributors medium impact
Matched Queries
From the README
# wx-mcp — 微信 Bot MCP Server
Go 实现的 WeChat iLink Bot MCP Server,支持 **stdio** 和 **SSE** 双传输协议。
## 安装
```bash
cd wx-mcp
go build -o wx-mcp .
```
---
## 传输协议
### stdio(默认)
用于 Claude Desktop、Cursor、Continue 等本地 MCP 客户端。
```bash
./wx-mcp # 默认 stdio
./wx-mcp -transport stdio # 显式指定
```
### SSE(HTTP)
用于远程访问或 Web 客户端。
```bash
./wx-mcp -transport sse -addr :8081
```
| 端点 | 说明 |
|------|------|
| `GET /sse` | SSE 事件流(客户端长连接) |
| `POST /message?sessionId=<id>` | 发送 JSON-RPC 请求 |
| `GET /health` | 健康检查 |
---
## Claude Desktop 配置
`claude_desktop_config.json`:
```json
{
"mcpServers": {
"wx-mcp": {
"command": "wx-mcp",
"args": ["-transport", "stdio"]
}
}
}
```
---
## Cursor 配置
`.cursor/mcp.json`(项目级)或 `~/.cursor/mcp.json`(全局):
```json
{
"mcpServers": {
"wx-mcp": {
"command": "wx-mcp",
"args": []
}
}
}
```
---
## 可用工具(Tools)
| 工具名 | 描述 |
|--------|------|
| `wx_login_start` | 获取扫码登录二维码 URL |
| `wx_login Read full README on GitHub → Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights — straight to your inbox.