@arborxr/mcp-server-v2
v1.0.2
Published
MCP server that exposes ArborXR API v2 as tools for Claude (HTTP and stdio transports)
Maintainers
Readme
@arborxr/mcp-server-v2
MCP server that exposes the ArborXR API v2 as tools for Claude and other AI assistants.
Installation
npx -y @arborxr/mcp-server-v2 --stdioClaude Desktop Setup
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
Option 1: Local (Stdio)
{
"mcpServers": {
"arborxr": {
"command": "npx",
"args": ["-y", "@arborxr/mcp-server-v2", "--stdio"],
"env": {
"ARBORXR_API_TOKEN": "your-api-token"
}
}
}
}Option 2: Remote (HTTP)
{
"mcpServers": {
"arborxr": {
"url": "https://ai.arborxr.com/v2/mcp",
"headers": {
"x-api-key": "your-api-token"
}
}
}
}Getting Your API Token
Generate an API access token from the ArborXR dashboard. See the Access Token Guide.
Available Tools
~130 tools dynamically generated from the ArborXR OpenAPI spec, including device management, content deployment, and organization management.
License
MIT
