MCP Catalogs
首页autotask-mcp screenshot

autotask-mcp

by wyre-technology·36·综合分 44

提供39个工具的Kaseya Autotask PSA的MCP服务器,让AI通过自然语言管理工单、项目、时间条目和公司。

productivitydeveloper-toolsops-infra
36
Forks
3
活跃 Issue
本月
最近提交
2 天前
收录于

概述

这是一个架构良好的MCP服务器,架起了AI助手与Autotask PSA系统之间的桥梁。它提供39个工具的全面功能,覆盖MSP团队日常使用的主要操作,包括工单管理、时间记录、公司查询和项目管理。服务器支持多种部署方式 - 从Claude Desktop的简单MCPB包到Docker容器和源码安装,使其在不同环境中都可访问。

试试问 AI

装完之后,这里有 6 个你可以让 AI 做的事:

:服务台自动化:AI无需离开聊天界面即可搜索和更新工单
:项目管理:通过AI命令直接创建和管理项目
:时间跟踪:自动为已完成的任务记录时间条目
:客户服务:在支持对话中快速检索公司和联系信息
:需要哪些Autotask权限?
:我能否将此服务器用于Claude以外的其他MCP兼容客户端?

什么时候选它

如果您是使用Autotask PSA的MSP,并希望消除在Autotask和AI助手之间切换上下文的麻烦,请选择此工具。

什么时候不要选它

如果您需要访问这些39个工具未涵盖的Autotask功能,或者需要超出API访问的高级UI交互,请避免使用。

此 server 暴露的工具

从 README 抽取出 12 个工具
  • 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

  • autotask_search_projects

    Search projects with filters

  • autotask_test_connection

    Test API connectivity

可对比工具

halopsa-mcpconnectwise-automate-mcpitglue-mcpdatto-rmm-mcp

安装

安装

方案1:MCPB包(Claude Desktop)

  1. 从[最新版本](https://github.com/wyre-technology/autotask-mcp/releases/latest)下载autotask-mcp.mcpb
  2. 打开文件(双击或拖入Claude Desktop)
  3. 系统提示时输入您的Autotask凭据

方案2:Claude Code(CLI)

claude mcp add autotask-mcp \
  -e AUTOTASK_USERNAME=your-user@company.com \
  -e AUTOTASK_SECRET=your-secret \
  -e AUTOTASK_INTEGRATION_CODE=your-code \
  -- npx -y github:wyre-technology/autotask-mcp

方案3:Docker

{
  "mcpServers": {
    "autotask": {
      "command": "docker",
      "args": [
        "run", "--rm", "-i",
        "-e", "MCP_TRANSPORT=stdio",
        "-e", "AUTOTASK_USERNAME=your-user@company.com",
        "-e", "AUTOTASK_SECRET=your-secret",
        "-e", "AUTOTASK_INTEGRATION_CODE=your-code",
        "--entrypoint", "node",
        "ghcr.io/wyre-technology/autotask-mcp:latest",
        "dist/entry.js"
      ]
    }
  }
}```

FAQ

需要哪些Autotask权限?
API用户需要对您想要交互的所有实体具有读取/写入权限,包括公司、联系人、工单、项目、时间条目和计费项目。
我能否将此服务器用于Claude以外的其他MCP兼容客户端?
是的,此服务器实现了标准MCP协议,应该与任何支持stdio或HTTP传输的MCP兼容客户端一起使用。

autotask-mcp 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。