MCP (Model Context Protocol) server written in TypeScript that wraps the SiteOne Crawler CLI.
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"
]
}
}
}
Run in terminal:
claude mcp add siteone-mcp-server npx -y Dorkside/siteone-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"siteone-mcp-server": {
"command": "npx",
"args": [
"-y",
"Dorkside/siteone-mcp-server"
]
}
}
}