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

WeCom Bot MCP Server by loonghao

#1253 of 4710 by loonghao
49 score

A server for sending messages via WeCom bots using FastMCP, supporting asynchronous communication and message tracking through webhooks.

Ranked #1253 out of 4710 indexed tools.Actively maintained with commits in the last week.
🔑
Is this your tool? Claim this listing to add maintainer context, get a verified badge, and unlock analytics.
Claim listing →

Signal Breakdown

Installs 133
Freshness 2d ago
Issue Health 56%
Stars 82
Platform Breadth 1 platform
Contributors 6
Description Good

How to Improve

Platforms medium impact

Only 1 platform listed — publishing to more platforms improves your score

Badge

AgentRank score for WeCom Bot MCP Server by loonghao
[![AgentRank](https://agentrank-ai.com/api/badge/skill/glama-loonghao--wecom-bot-mcp-server)](https://agentrank-ai.com/skill/glama-loonghao--wecom-bot-mcp-server/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge)
<a href="https://agentrank-ai.com/skill/glama-loonghao--wecom-bot-mcp-server/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge"><img src="https://agentrank-ai.com/api/badge/skill/glama-loonghao--wecom-bot-mcp-server" alt="AgentRank"></a>

Supported Platforms

MCP

From the README

# WeCom Bot MCP Server

<div align="center">
    
</div>

A Model Context Protocol (MCP) compliant server implementation for WeCom (WeChat Work) bot.

[English](README.md) | [中文](README_zh.md)

<a href="https://glama.ai/mcp/servers/amr2j23lbk"></a>

## Features

- Support for multiple message types:
  - Markdown messages (with @mentions and font colors)
  - Markdown V2 messages (with tables, lists, embedded images)
  - Image messages (base64/local file/URL)
  - File messages
  - Template card messages (text_notice and news_notice)
- **Multi-bot support**: Configure and use multiple WeCom bots
- @mention support (via user ID or phone number)
- Message history tracking
- Configurable logging system
- Full type annotations
- Pydantic-based data validation

## Requirements

- Python 3.10+
- WeCom Bot Webhook URL (obtained from WeCom group settings)

## Installation

There are several ways to install WeCom Bot MCP Server:

### 1. Automated Installation (Recommended)

#### Using Smithery (Fo
Read full README on GitHub →