Skip to main content
Glama

WeChat Article Reader MCP Server

by whbfxy
install_dependencies.sh860 B
#!/bin/bash # 安装微信公众号文章MCP服务器依赖 echo "🔧 开始安装微信公众号文章MCP服务器依赖..." # 检查是否在正确的目录 if [ ! -f "requirements.txt" ]; then echo "❌ 错误: 请在mcp-server-wechat目录下运行此脚本" exit 1 fi # 激活虚拟环境 if [ -d "../.venv" ]; then echo "📦 激活虚拟环境..." source ../.venv/bin/activate else echo "⚠️ 警告: 未找到虚拟环境,使用系统Python" fi # 升级pip echo "⬆️ 升级pip..." pip install --upgrade pip # 安装项目依赖 echo "📦 安装项目依赖..." pip install -r requirements.txt # 安装playwright浏览器 echo "🌐 安装playwright浏览器..." pip install playwright>=1.40.0 playwright install chromium echo "✅ 依赖安装完成!" echo "现在可以运行 ./start_server.sh 启动服务器"

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/whbfxy/MCP101Demo'

If you have feedback or need assistance with the MCP directory API, please join our Discord server