MCP Directory

Touchpoint-Labs/touchpoint

GitHub
Developer Tools

Playwright for the entire OS. Gives AI agents the ability to see, find, and interact with UI elements in any desktop application.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y touchpoint

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from Touchpoint-Labs/touchpoint your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "touchpoint": {
      "command": "npx",
      "args": [
        "-y",
        "touchpoint"
      ]
    }
  }
}

Route Touchpoint-Labs/touchpoint intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add touchpoint

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use Touchpoint-Labs/touchpoint directly without routing

npx -y touchpoint

New to Agent-CoreX? View setup guide →

Touchpoint-Labs/touchpoint MCP Server — Agent-CoreX