MSP Claude Plugins

Enhance Claude Code with 33 specialized plugins for MSP workflows.

MSP Claude Plugins

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


What you get

Thirty-three vendor-specific plugins with domain knowledge for PSA, RMM, documentation, security, accounting, CRM, and productivity tools:

PluginDescription
Autotask PSAKaseya Autotask PSA - tickets, service calls, CRM, projects, contracts, billing
Datto RMMDatto remote monitoring - devices, alerts, jobs, patches
IT GlueIT documentation - organizations, assets, passwords, flexible assets
HuduIT documentation - companies, assets, articles, passwords, websites
RocketCyberManaged SOC - incidents, agents, events, threat detection
SyncroAll-in-one PSA/RMM - tickets, customers, assets, invoicing
AteraRMM/PSA platform - tickets, agents, customers, alerts, SNMP/HTTP monitors
SuperOps.aiModern PSA/RMM with GraphQL - tickets, assets, clients, runbooks
HaloPSAEnterprise PSA with OAuth - tickets, clients, assets, contracts
LiongardConfiguration monitoring - environments, inspections, systems, detections, alerts
ConnectWise ManageIndustry-leading PSA - tickets, companies, contacts, projects, time (cloud and self-hosted)
ConnectWise AutomateEnterprise RMM - computers, clients, scripts, monitors, alerts
NinjaOneNinjaOne RMM - devices, organizations, alerts, ticketing
SalesBuildrSales CRM - contacts, companies, opportunities, quotes
Pax8Cloud marketplace - companies, products, subscriptions, orders, invoices
XeroAccounting - contacts, invoices, payments, accounts, reports
QuickBooks OnlineAccounting - customers, invoices, expenses, payments, reports
Microsoft 365M365 admin - users, mailboxes, Teams, OneDrive, licensing, security
RootlyIncident management - incidents, alerts, on-call, AI analysis, postmortems
HuntressManaged threat detection and response - agents, incidents, reports
BlumiraCloud SIEM - detections, findings, alerts, automated response
SentinelOneXDR platform - endpoints, threats, incidents, Purple AI integration
Abnormal SecurityAI-native email security - threats, cases, abuse mailbox
AvananCheck Point Harmony Email & Collaboration - email security, DLP
IronscalesAI-powered anti-phishing - incidents, simulations, threat intel
MimecastEmail security - message tracking, threat protection, compliance
SpamTitanEmail security by TitanHQ - spam filtering, quarantine, policies
ProofpointTargeted Attack Protection - threat intel, campaigns, forensics
KnowBe4Security awareness training - phishing simulations, PhishER, training
HubSpotCRM platform - contacts, companies, deals, tickets, marketing
PandaDocDocument automation - proposals, quotes, e-signatures, templates
BetterStackUptime monitoring and on-call - monitors, incidents, heartbeats
PagerDutyIncident management and on-call - incidents, services, escalations

Plus shared skills for MSP terminology, ticket triage, cross-vendor incident correlation, and billing reconciliation.

Plugin Maturity

PluginStatusMCP Server
Autotask PSA✅ Productionautotask-mcp
Datto RMM✅ Productiondatto-rmm-mcp
IT Glue✅ Productionitglue-mcp
Hudu🔨 Betahudu-mcp
RocketCyber🔨 Betarocketcyber-mcp
Syncro🔨 Betasyncro-mcp
Atera🔨 Betaatera-mcp
SuperOps.ai🔨 Betasuperops-mcp
HaloPSA🔨 Betahalopsa-mcp
Liongard✅ Productionliongard-mcp
ConnectWise Manage🔨 Betaconnectwise-manage-mcp
ConnectWise Automate🔨 Betaconnectwise-automate-mcp
NinjaOne🔨 Betaninjaone-mcp
SalesBuildr🚧 Alphasalesbuildr-mcp
Pax8✅ ProductionPax8 Hosted (official)
Xero🔨 Betaxero-mcp
QuickBooks Online🔨 Betaqbo-mcp
Microsoft 365🔨 Betams-365-mcp-server (Softeria)
Rootly🔨 BetaRootly Hosted (official)
Huntress🔨 Betahuntress-mcp
Blumira🔨 Betablumira-mcp
SentinelOne🔨 Betasentinelone-mcp
Abnormal Security🔨 Betaabnormal-mcp
Avanan🔨 Betaavanan-mcp
Ironscales🔨 Betaironscales-mcp
Mimecast🔨 Betamimecast-mcp
SpamTitan🔨 Betaspamtitan-mcp
Proofpoint🔨 Betaproofpoint-mcp
KnowBe4🔨 Betaknowbe4-mcp
HubSpot🔨 Betahubspot-mcp
PandaDoc🔨 Betapandadoc-mcp
BetterStack🔨 Betabetterstack-mcp
PagerDuty🔨 Betapagerduty-mcp

Maturity levels: ✅ Production — used in real MSP environments with comprehensive coverage. 🔨 Beta — functional with core features, feedback welcome. 🚧 Alpha — early implementation, expect gaps.


Two Ways to Connect

Hosted Gateway (Recommended)

Use the MCP Gateway to connect your MSP tools to Claude with zero infrastructure. OAuth 2.1 + PKCE authentication, encrypted credential storage, and all 33 vendors available immediately.

Claude Code (CLI):

claude mcp add --transport http msp-mcp-gateway https://mcp.wyretechnology.com/v1/mcp

Claude Desktop (macOS / Linux):

curl -fsSL https://raw.githubusercontent.com/wyre-technology/msp-claude-plugins/main/msp-claude-plugins/wyre-gateway/install.sh | bash

Claude Desktop (Windows):

irm https://raw.githubusercontent.com/wyre-technology/msp-claude-plugins/main/msp-claude-plugins/wyre-gateway/install.ps1 | iex

The installer scripts preserve your existing config, create a backup, and only append the gateway entry.

Get Started Free

Self-Hosted

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.


How it works

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-ticket and /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

Architecture

Each plugin consists of three layers:

  1. Skills — Markdown files with domain knowledge (API patterns, field mappings, vendor terminology). Low maintenance, easy to contribute to.
  2. Commands — Slash commands for common MSP workflows. Moderate complexity.
  3. 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.


Individual plugins

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

Configuration

Each plugin uses environment variables for authentication. See the plugin's README:


Contributing

We welcome contributions at every level — from typo fixes to new platform plugins. See CONTRIBUTING.md for our tiered contribution guide.

Community

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

Contributors

Thanks to these wonderful people who have contributed to the MSP Claude Plugins ecosystem:

<!-- ALL-CONTRIBUTORS-LIST:START --> <table> <tbody> <tr> <td align="center" valign="top" width="14.28%"><a href="https://github.com/asachs01"><img src="https://avatars.githubusercontent.com/u/4321940?s=80" width="80px;" alt="Aaron Sachs"/><br /><sub><b>Aaron Sachs</b></sub></a><br /><a href="#code" title="Code">💻</a> <a href="#maintenance" title="Maintenance">🚧</a> <a href="#infra" title="Infrastructure">🚇</a> <a href="#doc" title="Documentation">📖</a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/shaank0"><img src="https://avatars.githubusercontent.com/shaank0?s=80" width="80px;" alt="shaank0"/><br /><sub><b>shaank0</b></sub></a><br /><a href="#code" title="Code">💻</a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/OmB9"><img src="https://avatars.githubusercontent.com/OmB9?s=80" width="80px;" alt="Om Bhavsar"/><br /><sub><b>Om Bhavsar</b></sub></a><br /><a href="#code" title="Code">💻</a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/vespo92"><img src="https://avatars.githubusercontent.com/vespo92?s=80" width="80px;" alt="Vinnie Esposito"/><br /><sub><b>Vinnie Esposito</b></sub></a><br /><a href="#code" title="Code">💻</a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/mschaepers"><img src="https://avatars.githubusercontent.com/mschaepers?s=80" width="80px;" alt="Mauricio Schaepers"/><br /><sub><b>Mauricio Schaepers</b></sub></a><br /><a href="#code" title="Code">💻</a> <a href="#bug" title="Bug reports">🐛</a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/ezwep"><img src="https://avatars.githubusercontent.com/ezwep?s=80" width="80px;" alt="ezwep"/><br /><sub><b>ezwep</b></sub></a><br /><a href="#ideas" title="Ideas">🤔</a> <a href="#bug" title="Bug reports">🐛</a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/f1-chris"><img src="https://avatars.githubusercontent.com/f1-chris?s=80" width="80px;" alt="Chris Cooper"/><br /><sub><b>Chris Cooper</b></sub></a><br /><a href="#bug" title="Bug reports">🐛</a></td> </tr> <tr> <td align="center" valign="top" width="14.28%"><a href="https://github.com/andrewday-sp"><img src="https://avatars.githubusercontent.com/andrewday-sp?s=80" width="80px;" alt="andrewday-sp"/><br /><sub><b>andrewday-sp</b></sub></a><br /><a href="#bug" title="Bug reports">🐛</a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/bionemesis"><img src="https://avatars.githubusercontent.com/bionemesis?s=80" width="80px;" alt="bionemesis"/><br /><sub><b>bionemesis</b></sub></a><br /><a href="#ideas" title="Ideas">🤔</a></td> </tr> </tbody> </table> <!-- ALL-CONTRIBUTORS-LIST:END -->

This project follows the All Contributors specification. Contributions of any kind welcome!

License

Apache 2.0 — see LICENSE.


Built by MSPs, for MSPs.