Tactus MCP Server

A content-agnostic MCP server that lets any AI agent control intimate hardware through a clean, safe tool interface. Its 11 documented tools cover devices, vibrate. It runs locally over stdio via the published package.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-06-13 · ★ 3 · #508 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

Apache-2.0 · TypeScript servers · how we verify → /methodology

01 · Install Tactus

before you install - you'll need

MAX_INTENSITY

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add projectailiberation-tactus -- npx -y tactus-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "projectailiberation-tactus": {
      "command": "npx",
      "args": [
        "-y",
        "tactus-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license Apache-2.0 - declared in the repository

npm package tactus-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.ProjectAILiberation is GitHub-verified and matches the repo owner

03 · What Tactus can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can list connected devices and their actuators, scan for and return newly found devices, read battery level (0.0–1.0), and set vibration intensity (0.0–1.0).

Capability map

Tools grouped from the project's README - what Tactus lets an agent do.

read & search

2 tools - e.g. List connected devices and their actuators; Read battery level (0.0–1.0)

list_devices · get_battery

Vibrate

2 tools - e.g. Set vibration intensity (0.0–1.0); Play a timed, interruptible vibration pattern

vibrate · vibrate_pattern

run & execute

2 tools - e.g. Stop one device; Emergency stop - halt every device immediately

stop_device · stop_all

Scan

1 tool - e.g. Scan for and return newly found devices

scan_for_devices

Oscillate

1 tool - e.g. Set oscillation intensity (0.0–1.0)

oscillate

Rotate

1 tool - e.g. Set rotation speed and direction

rotate

Linear

1 tool - e.g. Move a stroker to a position over a duration

linear

Server

1 tool - e.g. Report connection status to Intiface

server_status

Latest releases

v0.1.2 · 2026-06-13

Content-agnostic MCP server that lets any AI agent control intimate hardware through Buttplug/Intiface, with a safety layer (intensity clamp, watchdog auto-stop, emergency stop) on by default. · npx -y tactus-mcp…

04 · Who maintains Tactus

tactus is maintained by projectailiberation. It's the only MCP server we track from this author; the repo dates to Oct 2025.

05 · Facts

category
other - ranked #508 of 848 actively-maintained other servers as of 2026-08-25.
release cadence
1 release in the last 90 days (latest 2026-06-13)
registry
io.github.ProjectAILiberation/tactus (active, first published 2026-06-13)
packages
npm:tactus-mcp

06 · Tactus FAQ

Is Tactus still maintained?

Yes - as of 2026-08-25, its last commit was 2026-06-13 and it shipped 1 release in the last 90 days. We re-verify nightly.

What can Tactus do?

With this server connected, an agent can list connected devices and their actuators, scan for and return newly found devices, read battery level (0.0–1.0), and set vibration intensity (0.0–1.0).

How do I install Tactus?

Run `npx -y tactus-mcp`. The README documents one environment variable (MAX_INTENSITY) to set first. You can also paste the ready-made client config above.

Does Tactus run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Tactus

More MCP servers to compare · Jd Intel MCP · Prufa MCP · spreadsheet-kit MCP · Che Word MCP · Freeport Nostr

More TypeScript MCP servers · Bexio MCP Server · Bilig WorkPaper · Mythx Engine · Selenium MCP · Nutrient DWS MCP Server · see all