MCP Server exposing Trimble Connect for Browser APIs documentation — for AI-assisted extension development
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"trb-mcp-server-api": {
"command": "npx",
"args": [
"-y",
"SimonTrim/trb-mcp-server-api"
]
}
}
}
Run in terminal:
claude mcp add trb-mcp-server-api npx -y SimonTrim/trb-mcp-server-api
Add to .cursor/mcp.json:
{
"mcpServers": {
"trb-mcp-server-api": {
"command": "npx",
"args": [
"-y",
"SimonTrim/trb-mcp-server-api"
]
}
}
}