Back to Apps

ServiceTitan MCP
Supports UIby jadentripp
Complete MCP integration for ServiceTitan, exposing CRM, Dispatch, and Inventory APIs as AI tools.
0 stars
Works in:claude
Exposes:Tools
What it does
This server provides a comprehensive bridge between AI assistants and the ServiceTitan platform, enabling agents to interact with CRM data, manage dispatch, track inventory, and handle accounting via official ServiceTitan APIs.
Tools
timesheets_export_activities: Export activity data from ServiceTitan.timesheets_activities_get_list: Retrieve a list of timesheet activities.service_agreements_get_list: Fetch service agreement details.crm_tools: Various tools for managing customers and contacts.dispatch_tools: Tools for scheduling and job planning.inventory_tools: Tools for tracking and managing equipment and materials.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"servicetitan-mcp": {
"command": "uv",
"args": ["--directory", "/ABSOLUTE/PATH/TO/servicetitan-mcp", "run", "servicetitan-mcp.py"],
"env": {
"SERVICETITAN_CLIENT_ID": "your_id",
"SERVICETITAN_CLIENT_SECRET": "your_secret"
}
}
}
}
Supported hosts
- Claude Desktop
Quick install
uv run servicetitan-mcp.pyInformation
- Pricing
- free
- Published
- 6/13/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
Use uv to run servicetitan-mcp.py with required environment variables for Client ID and Secret.





