modelscope·@kimjeonghyun225-cpu/perfdog_mcp
暂无描述。
Automate PerfDog mobile game performance data download and conversion to Tableau-ready CSV format.
{Device}_{Case}.xlsxpip install git+https://github.com/kimjeonghyun225-cpu/perfdog_MCP.git
Clone the repository
git clone https://github.com/kimjeonghyun225-cpu/perfdog_MCP.git
cd perfdog_MCP
Install dependencies
pip install -r requirements.txt
Configure Claude Desktop
Windows: Edit %APPDATA%\Claude\claude_desktop_config.json
macOS: Edit ~/Library/Application Support/Claude/claude_desktop_config.json
Add:
{
"mcpServers": {
"perfdog": {
"command": "python",
"args": ["C:/path/to/perfdog_MCP/perfdog_mcp_server.py"]
},
"tableau-converter": {
"command": "python",
"args": ["C:/path/to/perfdog_MCP/tableau_converter_MCP.py"]
}
}
}
Restart Claude Desktop
Install the Claude Skill
perfdog-tableau-converter.skillUse with Claude
"Convert this PerfDog project to Tableau:
https://perfdog.wetest.net/taskdata/191797/cases
Output: C:\Users\me\Desktop\tableau
Project name: PUBG_v3.8.0"
Claude will automatically:
summary_{project}.csv)Device-level statistics including:
fps_{project}.csv)Per-second measurements including:
perfdog_MCP/
perfdog_mcp_server.py # PerfDog downloader MCP server
tableau_converter_MCP.py # Tableau converter MCP server
requirements.txt # Python dependencies
README.md # This file
perfdog-tableau-converter.skill # Claude Skill
mcp>=1.0.0
aiohttp>=3.9.0
aiofiles>=23.2.0
pandas>=2.0.0
openpyxl>=3.1.0
Session files and logs are stored in:
~/.perfdog_mcp/perfdog_session.json~/.perfdog_mcp/perfdog_downloader.log and tableau_converter.log~/Desktop/perfdog_downloads/~/.perfdog_mcp/claude_desktop_config.jsonC:\\Users\\.../Users/...Internal use - KRAFTON
Developed by KRAFTON Compatibility QA Team for mobile game performance testing automation.
暂无描述。
一个由人工智能驱动的MCP服务器,通过自然语言提示实现测试的记录、执行和发现,从而自动化的网络测试工作流程。
一个MCP(模型上下文协议)服务器,用于使用axe-core对网页进行无障碍审计。在代理循环中使用结果与您喜欢的AI助手(Cline/Cursor/GH Copilot)结合,并让它们为您修复无障碍问题!
暂无描述。
暂无描述。
暂无描述。