Back to directory
jordandalton/servicetitan-mcp-server

jordandalton/servicetitan-mcp-server

@JordanDalton

ServiceTitan API MCP server for integration with ServiceTitan services

servicetitanapimcp-servertypescripthome-servicesfield-servicecommerce

Installation & Configuration

{
  "mcpServers": {
    "servicetitan": {
      "command": "node",
      "args": [
        "<thePathToYour>/build/index.js"
      ],
      "env": [
        {
          "SERVICE_TITAN_CLIENT_ID": "<REPLACE>"
        },
        {
          "SERVICE_TITAN_CLIENT_SECRET": "<REPLACE>"
        },
        {
          "SERVICE_TITAN_APP_KEY": "<REPLACE>"
        },
        {
          "SERVICE_TITAN_TENANT_ID": "<REPLACE>"
        }
      ]
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/15
Updated
2026/6/17