Google PageRank for AI agents. 25,000+ tools indexed.

wx-mcp MCP Server

yindex/wx-mcp

Score: 48.0 Rank #100 MCP Server
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

StarsFreshnessIssue HealthContributorsDependents
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

Expand your description to 150+ characters for better discoverability

License low impact

Add an MIT or Apache-2.0 license to signal trust and enable adoption

Contributors medium impact

Single-contributor projects carry bus-factor risk — welcoming contributors boosts confidence

Badge all embed codes →

AgentRank score for yindex/wx-mcp
[![AgentRank](https://agentrank-ai.com/api/badge/tool/yindex--wx-mcp)](https://agentrank-ai.com/tool/yindex--wx-mcp/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge)
<a href="https://agentrank-ai.com/tool/yindex--wx-mcp/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge"><img src="https://agentrank-ai.com/api/badge/tool/yindex--wx-mcp" alt="AgentRank"></a>

Embed Widget docs →

Embed a rich score widget on your site or blog.

<script src="https://agentrank-ai.com/embed.js" data-tool="yindex/wx-mcp"></script>

Matched Queries

"mcp server""mcp-server"

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.