mcpbeat Sign in

Tactus MCP Server

by projectailiberation Your server? Claim it
local only

Tactus runs on your own machine — the client starts it, so there is no endpoint to ping. 44 installs a week from npm. Last commit 13 Jun 2026.

Content-agnostic control layer for intimate hardware; forwards Buttplug/Intiface commands only.

Installs per day peak 26 · avg 7 · +43% w/w
a month agotoday
44
Installs / week
npm · tactus-mcp
3
Stars
0 open issues
13 Jun 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

Nothing serious here today

Today is the operative word: we check Tactus every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 tactus -- npx -y tactus-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "tactus": {
      "args": [
        "-y",
        "tactus-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.tactus]
command = "npx"
args = ["-y", "tactus-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "tactus": {
      "args": [
        "-y",
        "tactus-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "tactus": {
      "args": [
        "-y",
        "tactus-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Tactus

same job, measured the same way
C64 Bridge
by chrisgleissner

MCP server for Commodore 64 Ultimate hardware and VICE emulator control.

90 installs/wk local only
Hooklayer
by khan-ashifur

Viral-content intelligence for AI agents — 7 read-only MCP tools, evidence-layer scoring.

12 tools answering
Unblocked
by getunblocked

Unblocked is the context layer for agentic software development.

answering
Commerce Context Layer
by vviinn

Context layer with semantic and visual search and discovery for agentic commerce — by vviinn.

answering
Wassel
by aymanelhakim

MENA commerce integration layer for AI agents: payments, BNPL, logistics, e-commerce, tax.

answering
Safe SSH MCP
by areso

A secured scoped SSH MCP server for executing safe read-only diagnostic DevOps / SysOps commands

215 installs/wk local only
Hardware Probe
by yamaru-eu

Hardware probe for performance diagnostics, thermal monitoring, and LLM optimization.

39 installs/wk local only
C
Catchintent
by catchintent

The intent layer for B2B outbound. Find, triage, and act on warmth-scored leads.

answering

Tactus — questions

Answers built from our own checks of this server.

Why is there no uptime for Tactus?
Tactus 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 npm package tactus-mcp was installed 44 times last week.
How do I connect Tactus?
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 tactus-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Tactus?
The npm package tactus-mcp was installed 44 times in the last week. Week over week that is +43%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Tactus open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript and 3 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.