Claude Code skill: live WoW performance coaching over the wowdps damage meter's MCP server
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"wow-coach": {
"command": "npx",
"args": [
"-y",
"kriswill/wow-coach"
]
}
}
}
Run in terminal:
claude mcp add wow-coach npx -y kriswill/wow-coach
Add to .cursor/mcp.json:
{
"mcpServers": {
"wow-coach": {
"command": "npx",
"args": [
"-y",
"kriswill/wow-coach"
]
}
}
}