Back to Discover

msp-claude-plugins

connector

wyre-technology

The community-driven Claude Code plugin marketplace for MSPs — 70+ plugins across PSA, RMM, security, documentation, and accounting, plus cross-vendor industry workflow packs (ops, security, finance, compliance, sales, DevOps, cloud infra) that compose whatever tools you have connected.

View on GitHub
39 starsApache-2.0Synced Aug 2, 2026

Install to Claude Code

/plugin marketplace add wyre-technology/msp-claude-plugins

README

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:

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.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? Add the marketplace once, then install plugins individually:

/plugin marketplace add wyre-technology/msp-claude-plugins
/plugin install autotask@msp-claude-plugins
/plugin install syncro@msp-claude-plugins
/plugin install halopsa@msp-claude-plugins
/plugin install liongard@msp-claude-plugins

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 AI, 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.

Rendered live from wyre-technology/msp-claude-plugins's GitHub README — not stored, always reflects the source repo.

75 Plugins

NameDescriptionCategorySource
abnormal-securityAbnormal Security - AI-powered email security, phishing detection, account takeover preventionemail-security./msp-claude-plugins/abnormal/abnormal-security
ateraAtera - tickets, agents, customers, alerts, SNMP/HTTP monitorspsa-rmm./msp-claude-plugins/atera/atera
auvikAuvik - network monitoring, device inventory, alerts, configurations, capacity planning across tenantsnetwork./msp-claude-plugins/auvik/auvik
autotaskKaseya Autotask PSA - tickets, CRM, projects, contracts, billingpsa./msp-claude-plugins/kaseya/autotask
kaseya-quote-managerKaseya Quote Manager (Datto Commerce) - read-only quotes, sales orders, purchasing, catalog, CRM, orgsales./msp-claude-plugins/kaseya-quote-manager/kaseya-quote-manager
betterstackBetter Stack - uptime monitoring, logging, incident managementmonitoring./msp-claude-plugins/betterstack/betterstack
blumiraBlumira - SIEM findings management, device inventory, MSP multi-tenant operations, and security posture analysissecurity./msp-claude-plugins/blumira/blumira
checkpoint-avananCheckpoint Harmony Email & Collaboration (Avanan) - quarantine, threats, policies, incidents, Smart Bannersemail-security./msp-claude-plugins/email-security/checkpoint-avanan
cippCIPP (CyberDrain Improved Partner Portal) - Microsoft 365 multi-tenant management for MSPs: tenants, users, mailboxes, conditional access, standards, BPA, licensing, GDAP, and alertssecurity./msp-claude-plugins/cipp/cipp
freshdeskFreshdesk - cloud helpdesk/PSA ticketing for MSPs: tickets, conversations, contacts, companies, knowledge base, SLA policies, and business hourspsa./msp-claude-plugins/freshdesk/freshdesk
inforcerInforcer - Microsoft 365 security baseline governance for MSPs: managed tenants, baseline templates, alignment/drift, secure scores, identity inventory, audit events, and assessment runs (read-only, plus one assessment-run action)security./msp-claude-plugins/inforcer/inforcer
connectwise-automateConnectWise Automate - computers, clients, scripts, monitors, alertsrmm./msp-claude-plugins/connectwise/automate
connectwise-psaConnectWise PSA - tickets, companies, contacts, projects, timepsa./msp-claude-plugins/connectwise/manage
datto-rmmDatto RMM - devices, alerts, jobs, patches, monitoringrmm./msp-claude-plugins/kaseya/datto-rmm
domotzDomotz - network monitoring, SNMP discovery, device managementnetwork./msp-claude-plugins/domotz/domotz
halopsaHaloPSA - tickets, clients, assets, contracts (OAuth 2.0)psa./msp-claude-plugins/halopsa/halopsa
huduHudu IT documentation - companies, assets, articles, passwords, websitesdocumentation./msp-claude-plugins/hudu/hudu
huntressHuntress - managed threat detection, incident response, endpoint agent management, escalations, and billing reportssecurity./msp-claude-plugins/huntress/huntress
it-glueIT Glue - organizations, assets, passwords, flexible assetsdocumentation./msp-claude-plugins/kaseya/it-glue
knowbe4KnowBe4 - phishing simulation, security awareness training, user risk managementemail-security./msp-claude-plugins/email-security/knowbe4
liongardLiongard - environments, inspections, systems, detections, alerts, configuration monitoringrmm./msp-claude-plugins/liongard/liongard
m365Microsoft 365 - users, mailboxes, Teams, OneDrive, licensing, and security postureproductivity./msp-claude-plugins/m365/m365
ninjaone-rmmNinjaOne (NinjaRMM) - devices, organizations, alerts, ticketsrmm./msp-claude-plugins/ninjaone/ninjaone-rmm
pagerdutyPagerDuty - incident management, on-call scheduling, alertingincident-management./msp-claude-plugins/pagerduty/pagerduty
pandadocPandaDoc - documents, templates, e-signatures, and proposal managementsales./msp-claude-plugins/pandadoc/pandadoc
warmlyWarmly visitor intelligence - identified website visitors, account-level engagement, and credit balancesales./msp-claude-plugins/warmly/warmly
pax8Pax8 cloud marketplace - companies, products, subscriptions, orders, invoicesmarketplace./msp-claude-plugins/pax8/pax8
proofpointProofpoint Email Protection - TAP, quarantine, threat intel, forensics, URL defense, VAP reportsemail-security./msp-claude-plugins/email-security/proofpoint
quickbooks-onlineQuickBooks Online - customers, invoices, expenses, payments, reportsaccounting./msp-claude-plugins/quickbooks/quickbooks-online
rocketcyberRocketCyber managed SOC - incidents, agents, events, threat detectionsecurity./msp-claude-plugins/kaseya/rocketcyber
rootlyRootly - incident management, postmortems, SRE automationincident-management./msp-claude-plugins/rootly/rootly
runzerorunZero - asset discovery, network scanning, inventory managementsecurity./msp-claude-plugins/runzero/runzero
salesbuildrSalesBuildr CRM - contacts, companies, opportunities, quotescrm./msp-claude-plugins/salesbuildr/salesbuildr
sentineloneSentinelOne XDR - threat detection, incident response, and endpoint agent management via the Purple AI MCP serversecurity./msp-claude-plugins/sentinelone/sentinelone
shared-skillsVendor-agnostic MSP skills - terminology and ticket triageknowledge./msp-claude-plugins/shared
sherwebSherweb Partner API - distributor billing, service provider management, customer subscriptionsmarketplace./msp-claude-plugins/sherweb/sherweb
superopsSuperOps.ai - tickets, assets, clients, runbooks (GraphQL)psa-rmm./msp-claude-plugins/superops/superops-ai
syncroSyncro MSP - tickets, customers, assets, invoicingpsa-rmm./msp-claude-plugins/syncro/syncro-msp
blackpointBlackpoint Cyber / CompassOne MDR - tenants, assets, detections, vulnerabilities (dark web, external, scans)security./msp-claude-plugins/blackpoint/blackpoint
saas-alertsSaaS Alerts - SaaS security monitoring and alerting for M365 / Google Workspace: alerts, events, anomaly detection, multi-tenant responsesecurity./msp-claude-plugins/saas-alerts/saas-alerts
crewhuCrewhu - CSAT/NPS surveys, employee recognition, badges, prize redemptions for MSPsproductivity./msp-claude-plugins/crewhu/crewhu
immybotImmyBot - desired-state Windows software deployment, maintenance sessions, scripts (Entra ID OAuth)rmm./msp-claude-plugins/immybot/immybot
timezestTimeZest - tech scheduling against ConnectWise / Autotask / Halo PSA ticketsproductivity./msp-claude-plugins/timezest/timezest
threatlockerThreatLocker - zero-trust application allowlisting, approval triage, audit log investigation, computer inventorysecurity./msp-claude-plugins/threatlocker/threatlocker
kaseya-vsaKaseya VSA - endpoint monitoring, patch management, agent procedures, remote control (scaffolding)rmm./msp-claude-plugins/kaseya/kaseya-vsa
datto-bcdrDatto BCDR (SIRIS / Alto) - backup status, screenshot verification, recovery points (scaffolding)bcdr./msp-claude-plugins/kaseya/datto-bcdr
kaseya-bmsKaseya BMS PSA - tickets, accounts, contracts, time entries, billing (scaffolding)psa./msp-claude-plugins/kaseya/kaseya-bms
datto-saas-protectionDatto SaaS Protection (Backupify) - M365 / Google Workspace cloud-to-cloud backup (scaffolding)bcdr./msp-claude-plugins/kaseya/datto-saas-protection
unitrendsUnitrends - appliances, backup jobs, recovery points, replication, alerts (scaffolding)bcdr./msp-claude-plugins/kaseya/unitrends
spanningSpanning Cloud Backup - SaaS backup for M365 / Google Workspace / Salesforce (scaffolding)bcdr./msp-claude-plugins/kaseya/spanning
hubspotHubSpot CRM - contacts, companies, deals, tickets, activities, and pipeline reporting (uses HubSpot's first-party MCP server)crm./msp-claude-plugins/hubspot/hubspot
spamtitanSpamTitan by TitanHQ - quarantine queue management, email flow stats, sender allowlist/blocklist for MSPsemail-security./msp-claude-plugins/spamtitan/spamtitan
xeroXero accounting - contacts, invoices, payments, accounts, and financial reportsaccounting./msp-claude-plugins/xero/xero
alternative-paymentsAlternative Payments - customers, invoices, hosted payment requests, transactions, payouts, and webhooks (read + safe writes)accounting./msp-claude-plugins/alternative-payments/alternative-payments
ironscalesClaude plugins for IRONSCALES - AI-powered anti-phishing, incident triage, email classification, and crowdsourced threat intelligenceemail-security./msp-claude-plugins/ironscales/ironscales
mimecastClaude plugins for Mimecast Email Security - message tracking, threat intelligence, queue management, and email security operationsemail-security./msp-claude-plugins/mimecast/mimecast
wyre-gatewayWYRE MSP Gateway client - cross-vendor orchestration agents (client-360, QBR prep, renewal-risk analysis, security-posture scoring, technician-performance coaching, incident war-room coordination, compliance evidence packaging, onboarding QA, gateway ops). Connects to mcp.wyre.ai.productivity./msp-claude-plugins/wyre-gateway
microsoft-graphMicrosoft Graph Enterprise MCP - read-only natural-language queries over Microsoft Entra identity and directory data: users, groups, applications, devices, and admin reporting (public preview)productivity./msp-claude-plugins/microsoft-graph/microsoft-graph
azure-mcpAzure MCP Server - read-only Azure observability, cost, and resource-health analysis in natural language: monitoring, pricing, quota, advisor, resource health, diagnosticsmonitoring./msp-claude-plugins/azure-mcp/azure-mcp
stripeStripe - payments, subscriptions, invoices, customer management via Stripe's first-party hosted MCP (mcp.stripe.com)accounting./msp-claude-plugins/stripe/stripe
slackSlack - messages, channels, canvases, files, reactions via Slack's first-party hosted MCP (mcp.slack.com)productivity./msp-claude-plugins/slack/slack
merakiMeraki - Dashboard API network management, device monitoring, firewall & VPN, wirelessnetwork./msp-claude-plugins/meraki/meraki
ncentralN-able N-central RMM - devices, org units, active issues, scheduled tasks, custom properties for on-prem and hosted serversrmm./msp-claude-plugins/ncentral/ncentral
ops-packMSP Operations — cross-vendor service-desk board health, dispatch prioritization, SLA monitoring, and shift handoffs across whatever PSA/RMM you have connected.workflow-pack./msp-claude-plugins/ops-pack
secops-packSecurity Operations — cross-vendor alert triage, containment playbooks, and incident timelines across your EDR/MDR/SIEM stack.workflow-pack./msp-claude-plugins/secops-pack
finance-packFinance & Billing — agreement reconciliation, license true-up, and margin analysis across PSA, accounting, and distribution tools.workflow-pack./msp-claude-plugins/finance-pack
compliance-packCompliance — evidence collection and control drift against CIS/SOC 2/HIPAA and cyber-insurance questionnaires.workflow-pack./msp-claude-plugins/compliance-pack
sales-packSales & Deal Desk — cross-vendor pipeline health, quote-to-close tracking, proposal follow-up, and warm-lead routing across whatever CRM, proposal, distribution, and scheduling tools you have connected.workflow-pack./msp-claude-plugins/sales-pack
devops-packDevOps & Reliability — cross-vendor on-call handoffs, incident postmortems, deploy health, and error-budget tracking across whatever incident-management and observability tools you have connected.workflow-pack./msp-claude-plugins/devops-pack
cloudops-packCloud & Network Infrastructure — cross-vendor network and cloud infrastructure operations: device/network health, capacity planning, and cost management across whatever network monitoring and cloud platforms you have connected.workflow-pack./msp-claude-plugins/cloudops-pack
awareness-packSecurity Awareness & Training — cross-vendor training completion tracking, phishing simulation results, and per-user risk scoring across whatever security-awareness training tools you have connected.workflow-pack./msp-claude-plugins/awareness-pack
backup-packBackup & DR Assurance — cross-vendor backup job health monitoring, restore-test verification, retention/RPO compliance, and DR readiness across whatever backup and BCDR tools you have connected.workflow-pack./msp-claude-plugins/backup-pack
assets-packIT Asset Lifecycle — cross-vendor warranty tracking, end-of-life/end-of-support flagging, and hardware refresh-cycle planning across whatever RMM platforms and documentation tools you have connected.workflow-pack./msp-claude-plugins/assets-pack
clioClio Manage — legal practice management: matters, contacts, time/expense activities, tasks, documents (metadata), calendar, and billinglegal./msp-claude-plugins/clio/clio
scalepadScalePad - asset lifecycle management, warranty services, client engagement roadmaps (Lifecycle Manager), compliance (ControlMap), backup monitoring (Backup Radar), and quoting (Quoter)productivity./msp-claude-plugins/scalepad/scalepad

0 Comments

Login required
Log in to post a comment or update on this repo.

No comments yet — be the first to share an update.