Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Wxauto Mcp

    自动化微信操作的mcp server

    30 stars
    Python
    Updated Oct 31, 2025

    Table of Contents

    • ⚠️注意
    • 功能特点
    • 工具
    • 使用方法
    • 安装uv
    • 配置wxauto-mcp
    • Claude Desktop 配置
    • Cursor配置

    Table of Contents

    • ⚠️注意
    • 功能特点
    • 工具
    • 使用方法
    • 安装uv
    • 配置wxauto-mcp
    • Claude Desktop 配置
    • Cursor配置

    Documentation

    wxauto-mcp

    一个基于微信自动化的MCP服务器,用于与微信客户端交互。

    该服务器利用wxauto库实现微信消息的发送和接收功能,使大语言模型能够通过wxauto与微信进行交互。

    ⚠️注意

    本mcp server只适用windows系统,且对微信版本有一定限制, 详情请参考wxauto文档

    功能特点

    工具

    该服务器提供以下工具:

    • send_message: 向指定联系人或群组发送消息
    • 参数:
    • msg: 要发送的消息内容 (必填)
    • to: 接收消息的联系人或群组名称 (必填)
    • at: 在群消息中@的人 (可选)
    • 返回值: 无
    • get_all_messages: 获取与指定联系人或群组的聊天记录
    • 参数:
    • who: 联系人或群组名称 (必填)
    • load_more: 是否加载更多历史消息 (可选,默认为False)
    • 返回值: 消息列表,仅包含类型为'friend'的消息,每条消息包含发送者和内容信息

    使用方法

    安装uv

    参考uv官方安装文档

    配置wxauto-mcp

    bash
    git clone https://github.com/barantt/wxauto-mcp.git
    cd wxauto-mcp
    uv sync

    Claude Desktop 配置

    要在Claude Desktop中使用,请添加服务器配置:

    在Windows上:%APPDATA%/Claude/claude_desktop_config.json

    json
    "mcpServers": {
      "wxauto-mcp": {
        "command": "uv",
        "args": [
          "--directory",
          "path\\to\\wxauto-mcp",
          "run",
          "wxauto_mcp.py"
        ]
      }
    }

    Cursor配置

    在Cursor中使用,请在Cursor的MCP配置文件中添加以下内容:

    在Windows上:%USERPROFILE%\.cursor\mcp.json

    json
    "mcpServers": {
      "wxauto-mcp": {
        "command": "uv",
        "args": [
          "--directory",
          "path\\to\\wxauto-mcp",
          "run",
          "wxauto_mcp.py"
        ]
      }
    }

    Similar MCP

    Based on tags & features

    • MA

      Mayamcp

      Python·
      27
    • BI

      Biothings Mcp

      Python·
      25
    • GG

      Gget Mcp

      Python·
      17
    • FH

      Fhir Mcp Server

      Python·
      55

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • MA

      Mayamcp

      Python·
      27
    • BI

      Biothings Mcp

      Python·
      25
    • GG

      Gget Mcp

      Python·
      17
    • FH

      Fhir Mcp Server

      Python·
      55

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k