MCP server for Atera — ticketing, device monitoring, alerts, and customer 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": {
"atera-mcp": {
"command": "npx",
"args": [
"-y",
"wyre-technology/atera-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add atera-mcp npx -y wyre-technology/atera-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"atera-mcp": {
"command": "npx",
"args": [
"-y",
"wyre-technology/atera-mcp"
]
}
}
}
📋 Copy
README Excerpt
Model Context Protocol (MCP) server for interacting with the Atera RMM API. Implements a decision tree architecture for efficient tool discovery and reduced context overhead. > [!IMPORTANT] > **Before you click:** this server depends on `@wyre-technology/node-atera`, > which is hosted on the **GitHub Packages** npm registry. GitHub Packages has no
Tools (18)
ATERA_API_KEY atera_agents_get atera_agents_get_by_machine atera_agents_list atera_alerts_by_agent atera_alerts_by_device atera_alerts_get atera_alerts_list atera_contacts_by_customer atera_contacts_get atera_contacts_list atera_customers_create atera_customers_get atera_customers_list atera_tickets_create atera_tickets_get atera_tickets_list atera_tickets_update
Topics
ai-tools atera claude mcp mcp-server model-context-protocol msp msp-mcp typescript wyre-technology