Google Play 评论 MCP 服务器
用于访问和分析 Google Play 商店评论的 Model Context Protocol (MCP) 服务器。
快速入门
- 克隆仓库: git clone https://github.com/Kirill812/GPlay_reviews_MCP_server.git cd GPlay_reviews_MCP_server
- 安装依赖: npm install
- 配置 Google Play API 凭据:
- 创建服务账户并启用 Google Play Developer API。
- 将凭据路径写入
.env
文件: cp .env.example .env GOOGLE_PLAY_CREDENTIALS_PATH=/path/to/your/credentials.json
- 启动开发服务器: npm run dev
- 或者构建并运行生产环境: npm run build npm start
- 在 MCP 客户端中配置此服务器,提供相关工具如
get_reviews
,search_reviews
, 和post_reply
。