Skip to content

wyre-technology/msp-claude-plugins

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.wyre.ai


What you get

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

Plugin Description
Autotask PSA Kaseya Autotask PSA - tickets, service calls, 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 Manage Industry-leading PSA - tickets, companies, contacts, projects, time (cloud and self-hosted)
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
Huntress Managed threat detection and response - agents, incidents, reports
Blumira Cloud SIEM - detections, findings, alerts, automated response
SentinelOne XDR platform - endpoints, threats, incidents, Purple AI integration
Abnormal Security AI-native email security - threats, cases, abuse mailbox
Avanan Check Point Harmony Email & Collaboration - email security, DLP
Ironscales AI-powered anti-phishing - incidents, simulations, threat intel
Mimecast Email security - message tracking, threat protection, compliance
SpamTitan Email security by TitanHQ - spam filtering, quarantine, policies
Proofpoint Targeted Attack Protection - threat intel, campaigns, forensics
KnowBe4 Security awareness training - phishing simulations, PhishER, training
HubSpot CRM platform - contacts, companies, deals, tickets, marketing
PandaDoc Document automation - proposals, quotes, e-signatures, templates
BetterStack Uptime monitoring and on-call - monitors, incidents, heartbeats
PagerDuty Incident management and on-call - incidents, services, escalations

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

Plugin Maturity

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 Manage πŸ”¨ 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)
Huntress πŸ”¨ Beta huntress-mcp
Blumira πŸ”¨ Beta blumira-mcp
SentinelOne πŸ”¨ Beta sentinelone-mcp
Abnormal Security πŸ”¨ Beta abnormal-mcp
Avanan πŸ”¨ Beta avanan-mcp
Ironscales πŸ”¨ Beta ironscales-mcp
Mimecast πŸ”¨ Beta mimecast-mcp
SpamTitan πŸ”¨ Beta spamtitan-mcp
Proofpoint πŸ”¨ Beta proofpoint-mcp
KnowBe4 πŸ”¨ Beta knowbe4-mcp
HubSpot πŸ”¨ Beta hubspot-mcp
PandaDoc πŸ”¨ Beta pandadoc-mcp
BetterStack πŸ”¨ Beta betterstack-mcp
PagerDuty πŸ”¨ Beta pagerduty-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.wyre.ai/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:

Aaron Sachs
Aaron Sachs

πŸ’» 🚧 πŸš‡ πŸ“–
shaank0
shaank0

πŸ’»
Om Bhavsar
Om Bhavsar

πŸ’»
Vinnie Esposito
Vinnie Esposito

πŸ’»
Mauricio Schaepers
Mauricio Schaepers

πŸ’» πŸ›
ezwep
ezwep

πŸ€” πŸ›
Chris Cooper
Chris Cooper

πŸ›
andrewday-sp
andrewday-sp

πŸ›
bionemesis
bionemesis

πŸ€”

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

License

Apache 2.0 β€” see LICENSE.


Built by MSPs, for MSPs.

About

Community-driven Claude Code plugins for MSP tools (PSA, RMM, Documentation)

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors