Autotask MCP Server

Give your AI assistant direct access to Autotask. Search tickets, create time entries, look up companies, manage projects - all through natural language. No more copy-pasting between browser tabs and chat windows. Its 27 documented tools cover autotask, ticket, billing, company.

People who need these tools inside Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-24 · ★ 48 · #512 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

Apache-2.0 · TypeScript servers · how we verify → /methodology

01 · Install Autotask

before you install - you'll need

Set AUTOTASK_USERNAME, AUTOTASK_SECRET, AUTOTASK_INTEGRATION_CODE, MCP_SERVER_NAME, AUTH_MODE, MCP_TRANSPORT, MCP_HTTP_PORT, MCP_HTTP_HOST, LOG_LEVEL, LOG_FORMAT, AUTOTASK_ENHANCE_CONCURRENCY before connecting.

Docker

docker run -i --rm ghcr.io/wyre-technology/autotask-mcp:v2.32.10

Claude Desktop - add to config

{
  "mcpServers": {
    "wyre-technology-autotask-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-technology/autotask-mcp:v2.32.10"
      ]
    }
  }
}
Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as container (OCI image) - can be sandboxed away from your filesystem

license Apache-2.0 - declared in the repository

registry namespace io.github.wyre-technology is GitHub-verified and matches the repo owner

03 · What Autotask can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can search companies with filters, create new company, update existing company, and search contacts with filters.

The 27 tools it gives your agent

Extracted from the project's README - what Autotask lets an agent do.

autotask_search_companies
- Search companies with filters
autotask_create_company
- Create new company
autotask_update_company
- Update existing company
autotask_search_contacts
- Search contacts with filters
autotask_create_contact
- Create new contact
autotask_search_tickets
- Search tickets with filters
autotask_get_ticket_details
- Get full ticket details by ID
autotask_create_ticket
- Create new ticket
autotask_create_time_entry
- Log time entry
autotask_search_time_entries
- Search time entries with filters (resource, ticket, project, date range)
autotask_search_billing_items
- Search approved and posted billing items
autotask_get_billing_item
- Get specific billing item by ID
show all 27 tools
autotask_search_billing_item_approval_levels
- Search multi-level approval records for time entries
autotask_search_projects
- Search projects with filters
autotask_create_project
- Create new project
autotask_search_resources
- Search resources (technicians/users)
autotask_get_ticket_attachment
- Get ticket attachment
autotask_search_ticket_attachments
- Search ticket attachments
autotask_search_invoices
- Search invoices
autotask_search_contracts
- Search contracts (name, company, status, type, end-date range)
autotask_get_contract
- Get a single contract by ID
autotask_list_expiring_contracts
- Expiring/expired contracts report (next N days, per company or org-wide)
autotask_update_contract
- Update a contract (e.g. extend/renew end date)
autotask_search_configuration_items
- Search configuration items (assets)
autotask_search_tasks
- Search project tasks
autotask_create_task
- Create project task
autotask_test_connection
- Test API connectivity

Limitations (from the README)

- autotask_get_ticket_note / autotask_search_ticket_notes / autotask_create_ticket_note - autotask_get_project_note / autotask_search_project_notes / autotask_create_project_note - autotask_get_company_note / autotask_search_company_notes / autotask_create_company_note

Latest releases

v2.32.10 · 2026-08-20

2.32.10 (2026-08-20) · bump mcp-server-release.yml pin to fix MCPB CLI install (#256) (0354ff5), closes #46 #43 #53 #53

v2.32.9 · 2026-08-15

2.32.9 (2026-08-15) · guard autotask_get_field_info against missing entityType

v2.32.8 · 2026-08-15

2.32.8 (2026-08-15) · rate-limit: per-tenant 429 cooldown gate - fail fast locally during cooldown

04 · Who maintains Autotask

Autotask is maintained by wyre-technology. We track 57 MCP servers from wyre-technology - 57 actively maintained, 150 combined GitHub stars, oldest repo from Jun 2025. Full record: all servers from wyre-technology.

  1. NinjaOne MCP server for NinjaOne RMM - devices, organizations, alerts, and tickets. ★ 23
  2. ConnectWise Manage MCP server for ConnectWise Manage PSA - companies, tickets, projects, time entries, and more. ★ 20
  3. IT Glue MCP server for IT Glue - organizations, configurations, passwords, flexible assets, and documents. ★ 17
  4. CIPP MCP server for CIPP - M365 multi-tenant management for MSPs (users, tenants, policies). ★ 10
  5. Datto RMM MCP server for Datto RMM - devices, alerts, sites, jobs, and audit data. ★ 3
  6. HaloPSA MCP server for HaloPSA - clients, tickets, and PSA workflows via the HaloPSA REST API. ★ 3

05 · Facts

category
other - ranked #512 of 848 actively-maintained other servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-20)
registry
io.github.wyre-technology/autotask-mcp (active, first published 2026-04-28 · 41 versions)
packages
oci:ghcr.io/wyre-technology/autotask-mcp:v2.32.10

06 · Autotask FAQ

Is Autotask still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-24 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

What can Autotask do?

With this server connected, an agent can search companies with filters, create new company, update existing company, and search contacts with filters.

How do I install Autotask?

Run `docker run -i --rm ghcr.io/wyre-technology/autotask-mcp:v2.32.10`. The README documents 11 environment variables (AUTOTASK_USERNAME, AUTOTASK_SECRET, AUTOTASK_INTEGRATION_CODE…) to set first. Set AUTOTASK_USERNAME, AUTOTASK_SECRET, AUTOTASK_INTEGRATION_CODE, MCP_SERVER_NAME, AUTH_MODE, MCP_TRANSPORT, MCP_HTTP_PORT, MCP_HTTP_HOST, LOG_LEVEL, LOG_FORMAT, AUTOTASK_ENHANCE_CONCURRENCY before connecting. You can also paste the ready-made client config above.

07 · Alternatives to Autotask

More MCP servers to compare · ConnectWise Manage · Datto SaaS Protection · Super Ops · X402search MCP · Opendata Cat

More TypeScript MCP servers · CIPP · Datto RMM · Halo PSA · see all