MCP ExplorerExplorer

Servicetitanmcpserver

@JordanDaltonon 10 months ago
1 MIT
FreeCommunity
AI Systems
ServiceTitan MCP Server builds and configures your MCP client environment.

Overview

What is Servicetitanmcpserver

ServiceTitanMcpServer is a tool designed to build and configure your MCP client environment, enabling seamless integration and operation of various MCP clients.

Use cases

Use cases for ServiceTitanMcpServer include setting up development environments for MCP client applications, automating the configuration process for multiple environments, and facilitating the deployment of service-oriented architectures.

How to use

To use ServiceTitanMcpServer, run the command ‘npm install && npm run build’ in your terminal. This will compile the TypeScript files and create a build directory, along with a JSON output that can be used in your MCP client applications.

Key features

Key features include TypeScript compilation, environment variable configuration for ServiceTitan clients, and the generation of a JSON configuration file for easy integration with MCP clients.

Where to use

ServiceTitanMcpServer is primarily used in software development environments where MCP clients like Claude Desktop, Windsurf, and Cursor are utilized, particularly in service-oriented applications.

Content

ServiceTitan MCP Server

(Please test)

To build the MCP server, run:

npm install && npm run build

This will compile the typescript files and produce a build directory plus it will output the json you can copy/paste into your MCP client (Claude Desktop, Windsurf, Cursor, etc.)

If all things go well, this will produce an output similar to this:

{
  "mcpServers": {
    "my-mcp": {
      "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>"
        }
      ]
    }
  }
}

If you have found value in this service please share it on social media. You can tag me @jordandalton on X, or jdcarnivore on Reddit.

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers