Free Claude Code skills + MCP servers for HaloPSA and Servosity. Works with Claude, ChatGPT, Codex, Cursor. For MSPs.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"msp-skills": {
"command": "go",
"args": [
"run",
"github.com/Servosity/msp-skills@latest"
]
}
}
}
Run in terminal:
claude mcp add msp-skills go run github.com/Servosity/msp-skills@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"msp-skills": {
"command": "go",
"args": [
"run",
"github.com/Servosity/msp-skills@latest"
]
}
}
}