MCP server for SuperOps.ai — unified PSA+RMM ticketing, asset, and client management tools for AI assistants
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"superops-mcp": {
"command": "npx",
"args": [
"-y",
"wyre-technology/superops-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add superops-mcp npx -y wyre-technology/superops-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"superops-mcp": {
"command": "npx",
"args": [
"-y",
"wyre-technology/superops-mcp"
]
}
}
}
📋 Copy
README Excerpt
MCP server for Claude that provides tools to interact with the SuperOps.ai PSA/RMM platform using their GraphQL API. > **Operator note — GitHub Packages authentication.** This package is published > to the `@wyre-technology` scope on **GitHub Packages**, which requires an > authentication token on every install (GitHub Packages has no anonymous reads,
Tools (20)
superops_assets_get superops_assets_list superops_assets_patches superops_assets_software superops_back superops_clients_get superops_clients_list superops_clients_search superops_custom_mutation superops_custom_query superops_navigate superops_technicians_get superops_technicians_groups superops_technicians_list superops_test_connection superops_tickets_add_note superops_tickets_create superops_tickets_get superops_tickets_list superops_tickets_log_time
Topics
ai-tools claude mcp mcp-server model-context-protocol msp msp-mcp superops typescript wyre-technology