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" 换成你的虚拟环境位置
Connection Info
You Might Also Like
awesome-mcp-servers
A collection of MCP servers.
git
A Model Context Protocol server for Git automation and interaction.
Appwrite
Build like a team of hundreds
shodh-memory
Cognitive brain for Claude, AI agents & edge devices — learns with use, runs...
diagram-mcp-server
An MCP server that seamlessly creates infrastructure diagrams for AWS,...
Taiwan-Health-MCP
Taiwan-Health-MCP integrates health data with ICD-10, FDA, and FHIR R4 standards.