mcpbeat Sign in

Clawtouch MCP Server

by tinqiao-oss Your server? Claim it
local only

Clawtouch MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 204 installs a week from pypi. Last commit 15 Sep 2026.

USB-HID keyboard/mouse (Pico 2, open firmware) as MCP tools; --mock runs with no hardware

Installs per day peak 309 · avg 53 · -78% w/w
a month agotoday
204
Installs / week
pypi · clawtouch-mcp
11
Stars
0 open issues
15 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 15 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command adapters/dsh/plugin/lib/mcp-client.js:78
    const child = spawn(this.command, this.args, {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add clawtouch-mcp -- uvx clawtouch-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "clawtouch-mcp": {
      "args": [
        "clawtouch-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.clawtouch-mcp]
command = "uvx"
args = ["clawtouch-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "clawtouch-mcp": {
      "args": [
        "clawtouch-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "clawtouch-mcp": {
      "args": [
        "clawtouch-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Clawtouch MCP

same job, measured the same way
Openfinance Br MCP
by brunovicco

Secure Open Finance Brasil MCP server with typed tools and a credential-free mock mode

69 installs/wk local only
US Government Data
by malonestar

US government open-data APIs as MCP tools: EPA, FEMA, USGS, NOAA, FDIC, HUD, CMS and more.

155 installs/wk local only
Picocalc MCP
by lofifren

AI assistant access to PicoCalc MicroPython hardware over USB.

73 installs/wk local only
Resume Booster Job Board
by resumebooster

Job search over employers' own hiring systems. Search with no key; a free key opens every read tool.

15 tools answering
Figsnap MCP
by arimunandar

The Figma file you have open, as MCP tools. Extract, edit, and keep a saved set.

44 installs/wk local only
Segaretro MCP
by mrfentmen

Use this MCP server to Sega Retro, every Sega game, console, and unreleased hardware. Tools...

local only
MCP Google Sheets Full
by moooonad

Full Google Sheets MCP: 26 tools + run_sheets_script escape hatch. User OAuth, no service account.

50 installs/wk local only
OpenAkashic
by szara7678

Shared long-term memory vault for AI agents with 20 MCP tools.

35 tools answering

Clawtouch MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Clawtouch MCP?
Clawtouch MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package clawtouch-mcp was installed 204 times last week.
How do I connect Clawtouch MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls clawtouch-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Clawtouch MCP?
The pypi package clawtouch-mcp was installed 204 times in the last week. Week over week that is -78%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Clawtouch MCP open source?
Yes — it is published under the MIT licence, written in Python and 11 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.