Skip to content
Claude Desktop

iTechSmart UAIO for Claude Desktop

io.github.iteksmart/mcp-server

Connect AI agents to iTechSmart UAIO, ProofLink verification, and autonomous IT operations.

client:Claude Desktop transport:sse runtime:npm

Install iTechSmart UAIO in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.itechsmart.dev/sse"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

iTechSmart UAIO in other clients