TARXDocs
⌘Ktarx.com →

Search Docs

Skip to Content
mcp + tools

Claude Desktop MCP quickstart

Connect Claude Desktop to TARX through a local MCP server on the user Computer.

Pilot-readycriticalUpdated 2026-05-13

Use MCP to connect TARX tools and context to Claude Desktop while keeping private execution on the user Computer.

Local config shape

Claude Desktop can launch a local TARX MCP server that talks to the Computer runtime.

{
  "mcpServers": {
    "tarx": {
      "command": "npx",
      "args": ["@tarx/mcp"]
    }
  }
}

Boundary

Claude Web cannot reach localhost directly. Private context should use a local tool executor, an approved tunnel, or an explicit export bundle.

Tool approval

Tools that read files, call systems, or change state should be visible and permissioned.