Skip to main content
Glama

WeChat Article Reader MCP Server

by whbfxy
install_dependencies.bat884 B
@echo off REM 安装微信公众号文章MCP服务器依赖 (Windows) echo 🔧 开始安装微信公众号文章MCP服务器依赖... REM 检查是否在正确的目录 if not exist "requirements.txt" ( echo ❌ 错误: 请在mcp-server-wechat目录下运行此脚本 exit /b 1 ) REM 激活虚拟环境 if exist "..\.venv\Scripts\activate.bat" ( echo 📦 激活虚拟环境... call ..\.venv\Scripts\activate.bat ) else ( echo ⚠️ 警告: 未找到虚拟环境,使用系统Python ) REM 升级pip echo ⬆️ 升级pip... pip install --upgrade pip REM 安装项目依赖 echo 📦 安装项目依赖... pip install -r requirements.txt REM 安装playwright浏览器 echo 🌐 安装playwright浏览器... pip install playwright>=1.40.0 playwright install chromium echo ✅ 依赖安装完成! echo 现在可以运行 start_server.bat 启动服务器

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