One command to supercharge Claude Code for MSP workflows.
/plugin marketplace add wyre-technology/msp-claude-plugins
Then restart Claude Code. That's it.
Documentation: mcp.wyretechnology.com
Nineteen vendor-specific plugins with domain knowledge for PSA, RMM, documentation, security, accounting, CRM, and productivity tools:
| Plugin | Description |
|---|---|
| Autotask PSA | Kaseya Autotask PSA - tickets, CRM, projects, contracts, billing |
| Datto RMM | Datto remote monitoring - devices, alerts, jobs, patches |
| IT Glue | IT documentation - organizations, assets, passwords, flexible assets |
| Hudu | IT documentation - companies, assets, articles, passwords, websites |
| RocketCyber | Managed SOC - incidents, agents, events, threat detection |
| Syncro | All-in-one PSA/RMM - tickets, customers, assets, invoicing |
| Atera | RMM/PSA platform - tickets, agents, customers, alerts, SNMP/HTTP monitors |
| SuperOps.ai | Modern PSA/RMM with GraphQL - tickets, assets, clients, runbooks |
| HaloPSA | Enterprise PSA with OAuth - tickets, clients, assets, contracts |
| Liongard | Configuration monitoring - environments, inspections, systems, detections, alerts |
| ConnectWise PSA | Industry-leading PSA - tickets, companies, contacts, projects, time |
| ConnectWise Automate | Enterprise RMM - computers, clients, scripts, monitors, alerts |
| NinjaOne | NinjaOne RMM - devices, organizations, alerts, ticketing |
| SalesBuildr | Sales CRM - contacts, companies, opportunities, quotes |
| Pax8 | Cloud marketplace - companies, products, subscriptions, orders, invoices |
| Xero | Accounting - contacts, invoices, payments, accounts, reports |
| QuickBooks Online | Accounting - customers, invoices, expenses, payments, reports |
| Microsoft 365 | M365 admin - users, mailboxes, Teams, OneDrive, licensing, security |
| Rootly | Incident management - incidents, alerts, on-call, AI analysis, postmortems |
Plus shared skills for MSP terminology, ticket triage, cross-vendor incident correlation, and billing reconciliation.
| Plugin | Status | MCP Server |
|---|---|---|
| Autotask PSA | ✅ Production | autotask-mcp |
| Datto RMM | ✅ Production | datto-rmm-mcp |
| IT Glue | ✅ Production | itglue-mcp |
| Hudu | 🔨 Beta | hudu-mcp |
| RocketCyber | 🔨 Beta | rocketcyber-mcp |
| Syncro | 🔨 Beta | syncro-mcp |
| Atera | 🔨 Beta | atera-mcp |
| SuperOps.ai | 🔨 Beta | superops-mcp |
| HaloPSA | 🔨 Beta | halopsa-mcp |
| Liongard | ✅ Production | liongard-mcp |
| ConnectWise PSA | 🔨 Beta | connectwise-manage-mcp |
| ConnectWise Automate | 🔨 Beta | connectwise-automate-mcp |
| NinjaOne | 🔨 Beta | ninjaone-mcp |
| SalesBuildr | 🚧 Alpha | salesbuildr-mcp |
| Pax8 | ✅ Production | Pax8 Hosted (official) |
| Xero | 🔨 Beta | xero-mcp |
| QuickBooks Online | 🔨 Beta | qbo-mcp |
| Microsoft 365 | 🔨 Beta | ms-365-mcp-server (Softeria) |
| Rootly | 🔨 Beta | Rootly Hosted (official) |
Maturity levels: ✅ Production — used in real MSP environments with comprehensive coverage. 🔨 Beta — functional with core features, feedback welcome. 🚧 Alpha — early implementation, expect gaps.
Use the MCP Gateway to connect your MSP tools to Claude Desktop with zero infrastructure. OAuth 2.1 + PKCE authentication, encrypted credential storage, and all 19 vendors available immediately.
Run MCP servers yourself for full control. Each server is available as an npm package, Docker image, or MCPB bundle for Claude Desktop.
See the Getting Started guide for installation instructions.
Plugins are just markdown files. They provide:
- Skills — Domain knowledge Claude references when helping you (API patterns, field mappings, rate limits)
- Commands — Slash commands like
/create-ticketand/search-tickets
When you ask "create a high priority ticket for Acme Corp", Claude knows:
- Which API endpoint to call
- What priority values mean (varies by vendor!)
- How to authenticate
- Rate limit boundaries
Each plugin consists of three layers:
- Skills — Markdown files with domain knowledge (API patterns, field mappings, vendor terminology). Low maintenance, easy to contribute to.
- Commands — Slash commands for common MSP workflows. Moderate complexity.
- MCP Servers — Full server implementations that connect Claude to vendor APIs. These handle authentication, rate limiting, and data transformation.
Most contributions touch skills and commands. MCP server changes are more involved and benefit from familiarity with the vendor's API.
Want just one vendor? Install individually:
/plugin marketplace add wyre-technology/msp-claude-plugins --plugin autotask
/plugin marketplace add wyre-technology/msp-claude-plugins --plugin syncro
/plugin marketplace add wyre-technology/msp-claude-plugins --plugin halopsa
/plugin marketplace add wyre-technology/msp-claude-plugins --plugin liongard
Each plugin uses environment variables for authentication. See the plugin's README:
- Autotask — API key + integration code
- Datto RMM — API key header
- IT Glue — API key header
- Hudu — API key + base URL
- RocketCyber — Bearer API key
- Syncro — API key query param
- Atera — X-API-KEY header
- SuperOps.ai — Bearer token
- HaloPSA — OAuth 2.0 client credentials
- Liongard — Access Key ID + Secret (X-ROAR-API-KEY)
- ConnectWise PSA — Public/private key + client ID
- ConnectWise Automate — Integrator credentials
- NinjaOne — OAuth 2.0 client credentials
- SalesBuildr — API key
- Pax8 — MCP token (official hosted server)
- Xero — OAuth 2.0
- QuickBooks Online — OAuth 2.0
- Microsoft 365 — OAuth 2.0 (multi-tenant Entra ID)
- Rootly — API token (Bearer)
We welcome contributions at every level — from typo fixes to new platform plugins. See CONTRIBUTING.md for our tiered contribution guide.
This project is maintained by WYRE Technology, a Chattanooga-based MSP focused on AI enablement.
- Questions or feedback? Open a Discussion
- Found a bug? File an Issue
- Want to contribute? See CONTRIBUTING.md
- Using this in your MSP? We'd love to hear about it — drop us a note in Discussions
Apache 2.0 — see LICENSE.
Built by MSPs, for MSPs.