Datto|Autotask PSA Rest API Claude Desktop Config
Add the Datto|Autotask PSA Rest API MCP server to Claude Desktop with this ready-to-use configuration.
Setup Instructions
- Open Claude Desktop
- Go to Settings → Developer → Edit Config →
claude_desktop_config.json - Paste the JSON below into the file
- Set your credentials in the
envsection - Restart Claude Desktop
Configuration JSON
Copy the entire block into your claude_desktop_config.json
{
"mcpServers": {
"autotask-net": {
"command": "npx",
"args": [
"-y",
"@mcp/autotask-net"
],
"env": {
"DATTO_AUTOTASK_PSA_REST_API_API_KEY": "your_datto_autotask_psa_rest_api_api_key"
}
}
}
}Environment Variables
DATTO_AUTOTASK_PSA_REST_API_API_KEYReplace your_datto_autotask_psa_rest_api_api_key with your actual datto autotask psa rest api api key
Endpoints
POST
/V1.0/ActionTypesActionTypes_CreateEntity
PUT
/V1.0/ActionTypesActionTypes_UpdateEntity
PATCH
/V1.0/ActionTypesActionTypes_PatchEntity
GET
/V1.0/ActionTypes/entityInformationActionTypes_QueryEntityInformation
GET
/V1.0/ActionTypes/entityInformation/fieldsActionTypes_QueryFieldDefinitions
GET
/V1.0/ActionTypes/entityInformation/userDefinedFieldsActionTypes_QueryUserDefinedFieldDefinitions
GET
/V1.0/ActionTypes/queryActionTypes_UrlParameterQuery
POST
/V1.0/ActionTypes/queryActionTypes_Query
GET
/V1.0/ActionTypes/query/countActionTypes_UrlParameterQueryCount
POST
/V1.0/ActionTypes/query/countActionTypes_QueryCount