Autotask

v2.26.0Business Applicationsstable

Provides AI assistants with direct access to Autotask PSA for MSP operations. Enables natural language interaction for ticket management, time logging, company lookups, project tracking, and billing review through 39 comprehensive tools.

ai-toolsautotaskclaudekaseyamcp
Share:
38
Stars
0
Downloads
0
Weekly
0/5

What is Autotask?

Autotask is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to provides ai assistants with direct access to autotask psa for msp operations. enables natural language interaction for ticket management, time logging, company lookups, project tracking, and billing r...

Provides AI assistants with direct access to Autotask PSA for MSP operations. Enables natural language interaction for ticket management, time logging, company lookups, project tracking, and billing review through 39 comprehensive tools.

This server falls under the Business Applications category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Provides AI assistants with direct access to Autotask PSA fo

Use Cases

Manage Autotask PSA for MSP operations including ticket handling, time logging, project tracking, and billing review through natural language.
asachs01

Maintainer

LicenseApache-2.0
Languagetypescript
Versionv2.26.0
UpdatedMay 22, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx autotask-mcp-server

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Autotask

The Autotask MCP Server gives AI assistants direct access to Autotask PSA (now part of Kaseya) through 39 purpose-built tools covering the full MSP operational lifecycle — from ticket creation and time logging to project management, billing review, and contract lookups. It authenticates using Autotask's API credentials and automatically resolves internal IDs to human-readable names, making AI responses about tickets and companies immediately understandable. Managed service providers use it to let technicians query ticket queues, log time, create service tickets, and review billable hours through natural language without leaving their AI client.

Prerequisites

  • An Autotask PSA account with API access enabled
  • Autotask API credentials: username (email), secret key, and integration code from the Autotask admin portal
  • Node.js 18 or higher (for npx-based installation) or Docker
  • An MCP-compatible client such as Claude Desktop or Claude Code
1

Obtain Autotask API credentials

In your Autotask admin portal, create or retrieve an API user. You need three values: the API user's email address (AUTOTASK_USERNAME), their secret key (AUTOTASK_SECRET), and the integration code associated with your API application (AUTOTASK_INTEGRATION_CODE).

2

Add the server to Claude Code via CLI

The quickest way to install is via Claude Code's mcp add command. This registers the server and stores credentials in your Claude Code profile.

claude mcp add autotask-mcp \
  -e [email protected] \
  -e AUTOTASK_SECRET=your-secret \
  -e AUTOTASK_INTEGRATION_CODE=your-code \
  -- npx -y github:wyre-technology/autotask-mcp
3

Or configure Claude Desktop manually

Alternatively, add the server directly to claude_desktop_config.json for use with Claude Desktop. Credentials are passed as environment variables in the env block.

{
  "mcpServers": {
    "autotask": {
      "command": "npx",
      "args": ["-y", "github:wyre-technology/autotask-mcp"],
      "env": {
        "AUTOTASK_USERNAME": "[email protected]",
        "AUTOTASK_SECRET": "your-secret",
        "AUTOTASK_INTEGRATION_CODE": "your-integration-code"
      }
    }
  }
}
4

Or deploy via Docker for HTTP transport

For shared team deployments or remote access, run the server as a Docker container on port 8080 with HTTP transport instead of stdio.

docker run -d \
  --name autotask-mcp \
  -p 8080:8080 \
  -e AUTOTASK_USERNAME="[email protected]" \
  -e AUTOTASK_SECRET="your-secret" \
  -e AUTOTASK_INTEGRATION_CODE="your-code" \
  ghcr.io/wyre-technology/autotask-mcp:latest
5

Restart your MCP client and verify

Restart Claude Desktop or reload Claude Code. All 39 Autotask tools should appear. Test connectivity by asking Claude to search for companies or check ticket queues.

Autotask Examples

Client configuration

claude_desktop_config.json entry for the Autotask MCP server using npx with credentials in the env block.

{
  "mcpServers": {
    "autotask": {
      "command": "npx",
      "args": ["-y", "github:wyre-technology/autotask-mcp"],
      "env": {
        "AUTOTASK_USERNAME": "[email protected]",
        "AUTOTASK_SECRET": "your-api-secret",
        "AUTOTASK_INTEGRATION_CODE": "your-integration-code"
      }
    }
  }
}

Prompts to try

Example prompts for MSP technicians using Autotask through Claude.

- "Show me all open high-priority tickets assigned to me"
- "Create a ticket for Acme Corp: their Office 365 email is down, priority 1"
- "Log 1.5 hours of remote support time against ticket #45231"
- "Search for all projects for client Contoso that are currently in progress"
- "What are the billable items logged this week that haven't been invoiced yet?"

Troubleshooting Autotask

API returns 401 Unauthorized on first connection

Double-check all three credentials: AUTOTASK_USERNAME must be the API user's email (not a regular user), AUTOTASK_SECRET is the API secret key (not the user's password), and AUTOTASK_INTEGRATION_CODE must match the integration registered in Autotask Admin > Extensions & Integrations > Developer API.

Rate limit errors appearing during bulk operations

Autotask enforces approximately 10,000 requests per hour with a 3-thread concurrency limit per API user. Spread bulk operations over time or create a dedicated API user for the MCP server to get its own rate limit quota.

Company or resource names showing as numeric IDs instead of names

The server includes automatic ID-to-name resolution with a 30-minute cache. If names are showing as IDs, the cache may be cold — wait for the first successful lookup to populate it, or restart the server to force a fresh cache build.

Frequently Asked Questions about Autotask

What is Autotask?

Autotask is a Model Context Protocol (MCP) server that provides ai assistants with direct access to autotask psa for msp operations. enables natural language interaction for ticket management, time logging, company lookups, project tracking, and billing review through 39 comprehensive tools. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Autotask?

Follow the installation instructions on the Autotask GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Autotask?

Autotask works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Autotask free to use?

Yes, Autotask is open source and available under the Apache-2.0 license. You can use it freely in both personal and commercial projects.

Autotask Alternatives — Similar Business Applications Servers

Looking for alternatives to Autotask? Here are other popular business applications servers you can use with Claude, Cursor, and VS Code.

n8n

189.1k

A comprehensive MCP server that provides full control over n8n automation workflows through natural language. It offers 43 tools for managing workflows, executions, credentials, and data tables, with safety features like write-mode protection and dou

LobeHub

77.5k

🤯 LobeHub is your Chief Agent Operator, organizing your agents into 7×24 operations by hiring, scheduling, and reporting on your entire AI team.

Jeecgboot

46.4k

AI 低代码平台,「低代码 + 零代码」双模式驱动:低代码一键生成前后端代码,零代码 5 分钟搭建系统,AI Skills 一句话画流程、设计表单、生成整套系统。内置 AI聊天、知识库、流程编排、MCP插件等,兼容主流大模型。引领「AI 生成 → 在线配置 → 代码生成 → 手工合并->AI修改」开发模式,消除 Java 项目 80% 的重复工作,提效而不失灵活。

CowAgent

44.7k

CowAgent (chatgpt-on-wechat) 是基于大模型的超级AI助理,能主动思考和任务规划、访问操作系统和外部资源、创造和执行Skills、通过长期记忆和知识库不断成长,比OpenClaw更轻量和便捷。同时支持微信、飞书、钉钉、企微、QQ、公众号、网页等接入,可选择DeepSeek/OpenAI/Claude/Gemini/ MiniMax/Qwen/GLM/LinkAI,能处理文本、语音、图片和文件,可快速搭建个人AI助理和企业数字员工。

Minds Platform

39.2k

Platform dedicated to building an open foundation for applied Artificial Intelligence, designed for people seeking production-ready AI systems they can truly control, extend and deploy anywhere.

Astrbot

32.8k

AI Agent Assistant & development framework that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. ✨

Browse More Business Applications MCP Servers

Explore all business applications servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "autotask-mcp-server": { "command": "npx", "args": ["-y", "autotask-mcp-server"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Autotask?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides