MCP ExplorerExplorer

Mcp Server Wechat

@interivon a year ago
7 MIT
FreeCommunity
AI Systems
# Implementing MCP Service Functionality for WeChat on PC端 (PC Side)

Overview

What is Mcp Server Wechat

mcp-server-wechat is a service that implements MCP functionality for WeChat on PC, allowing users to integrate and manage WeChat services effectively.

Use cases

Use cases include automating WeChat messaging, integrating WeChat functionalities into desktop applications, and managing WeChat accounts for businesses.

How to use

To use mcp-server-wechat, install the necessary dependencies and create a virtual environment. Configure the settings in your VSCode environment to point to the correct Python executable and main script location.

Key features

Key features include seamless integration with WeChat, customizable settings for different environments, and the ability to run the service in a virtual environment for better dependency management.

Where to use

mcp-server-wechat can be used in various fields such as software development, automation, and any application requiring interaction with WeChat services on a PC.

Content

mcp-server-wechat

实现pc端微信的mcp服务功能
就这么一个文件,自行安装依赖,自行创建虚拟环境.

vscode+cline

大致在 C:\Users\Administrator\AppData\Roaming\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json 增加如下

{
    "mcp-wechat": {
      "command": "D:\\PythonCode\\mcp-wechat\\mcp-wechat\\.venv\\Scripts\\python",
      "args": [
        "D:\\PythonCode\\mcp-wechat\\mcp-wechat\\main.py"
      ],
      "disabled": false,
      "autoApprove": [
        "wechat"
      ]
    }
}

“D:\PythonCode\mcp-wechat\mcp-wechat\main.py” 换成你文件位置
“D:\PythonCode\mcp-wechat\mcp-wechat\.venv\Scripts\python” 换成你的虚拟环境位置

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers