ServiceTitan MCP server — read-only tools proxied through taylor-ai /api/st/read. POC 0.1.0.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-servicetitan": {
"command": "npx",
"args": [
"-y",
"lpeluso-dotcom/mcp-servicetitan"
]
}
}
}
Run in terminal:
claude mcp add mcp-servicetitan npx -y lpeluso-dotcom/mcp-servicetitan
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-servicetitan": {
"command": "npx",
"args": [
"-y",
"lpeluso-dotcom/mcp-servicetitan"
]
}
}
}