Jampp报告MCP服务器
使用Claude Desktop安装
curl -fsSL https://raw.githubusercontent.com/feed-mob/fm-mcp-servers/main/scripts/install.sh | bash -s -- jampp-reporting锁定特定版本:
FM_MCP_INSTALL_REF=v1.0.0 \
curl -fsSL https://raw.githubusercontent.com/feed-mob/fm-mcp-servers/v1.0.0/scripts/install.sh | bash -s -- jampp-reporting实现模型上下文协议(MCP)的Node.js服务器 Jampp报告API.
使用Claude Desktop
- 确保您已安装并更新到最新版本的Claude for Desktop。
- 打开Claude for Desktop配置文件:
- macOS:~/库/应用程序支持/Claude/Claude_desktop_config json
- Windows:%APPDATA%\\Claude\\Claude_desktop_config.json
- 将Jampp MCP服务器添加到配置中:
NPX
{
"mcpServers": {
"jampp": {
"command": "npx",
"args": [ "-y", "@feedmob/jampp-reporting" ],
"env": {
"JAMPP_CLIENT_ID": "your_client_id",
"JAMPP_CLIENT_SECRET": "your_client_secret"
}
}
}
}许可证
麻省理工学院
