siteone-mcp-server

Dorkside/siteone-mcp-server
★ 4 stars TypeScript 🔍 Search Updated 1mo ago
MCP (Model Context Protocol) server written in TypeScript that wraps the SiteOne Crawler CLI.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "siteone-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "Dorkside/siteone-mcp-server"
      ]
    }
  }
}